Meta Commands HTML / Getting Started
Learn the purpose of meta commands. Meta commands don't add anything visually to your page, but they help a great deal when you submit your pages to search engines.
No Borders HTML / Getting Started
Navigator vs. IE: As with most fun things on the Web today, it takes two sets of commands to get the same effect on both browsers. But fear not, as also with things on the Web today, both sets of commands will fit nicely on the same page and not bump into one another. The commands not understood by the browser will simply be ignored and those the browser does understand will be put into action.
So, You Want A Meta Command, Huh? HTML / Getting Started
Meta commands don't add anything visually to your page, but they help a great deal when you submit your pages to search engines. Basically, the commands make you very easy to find.
Advanced Table Commands HTML / Tables
This tutorial explains how to re-size the cells, rows, and columns allowing them to span as far as you want, across as many cells as you want.
Changing Text with HTML HTML / Adding Text
You may type any text between the html start and end tag without any other tags and it will display in the browser as typed. The browser uses it's default text color and font to display your text. But that isn't very exciting. HTML contains a rich set of text formatting tags that you can use to manipulate the text in whatever format you can dream up.
Introduction to Frames HTML / Frames
Frames are a little different than anything you've done in html in that you are not writing a page in the traditional sense. What you are creating is a template where more than one page can sit. Here's an example using TABLE commands:
HTML Flags HTML / Getting Started
HTML works in a very simple, very logical, format. It reads like you do, top to bottom, left to right. That's important to remember. HTML is written with TEXT. What you use to set certain sections apart as bigger text, smaller text, bold text, underlined text, is a series of flags.
Basic HTML HTML / Getting Started
HTML (Hypertext Markup Language) is the basic scripting used for web pages. It is often referred to as programming but this is incorrect as it cannot react to user input. It is in fact very easy and I like to describe it as word processing with typed commands.
A Tutorial on Text HTML / Adding Text
Ever seen text that is underlined or bold or italic or different colours? well I will show you how to acheive that in this little section. To get the different types of text, you need to use our good friend tags again.
Aligning Text HTML / Adding Text
Alignment attributes can be added to the <p> tag to align the text in a paragraph to the left, right or center (though large chunks of text are rarely aligned right or center).