Web page documents are created with with a very basic programming language called HyperText Mark-up Language, frequently shortened to the acronym 'HTML.' This easy-to-learn language consists of special formatting commands, called 'Tags.' These tags are read and interpreted by Web Browser software, such as Netscape, Mosaic, or Internet Explorer, and the browser (hopefully) displays the document as the creator intended it to appear. With HTML, creating a Web page can be as simple as placing the tag meaning 'HTML document' at the top,
placing the tag meaning the body of the document beneath it,
typing the text you want to display, and closing the page by placing the end-body tag and the end page tag at the bottom of the page,
This is the most basic of Web documents, of course, but it works, as many sites can attest. There are many other tags, each one adding another element of formatting to the page. The following is a list of the formatting tags most frequently used and understood by the most popular browsers.
This is used to place comments on the web page.
It is not displayed to the viewer, but helps the creator document different
portions of the page, allowing it to be modified more easily.
This is used before the "HTML" tag to identify
the level of HTML formatting used on the page.
This tag inserts a hypertext link to another
document on the Web.
This tag inserts a hypertext link to an
anchor point within the document.
Insert address & name
This tag identifies the address,
name, email information, etc. of the document's author, and is usually placed at the
bottom of the page.
This tag allows a Java(tm) applet to be loaded on the page.
Bold text here
This tag makes text enclosed within it appear as a heavier type.
This tag defines the location to load the
page from, the 'homebase' of the document.
This tag specifies the base size of the text displayed.
See for information on adjusting the size in different places within the document.
This tag loads a background sound
file to be played. It can be modified with the tag to define how many times it is repeated.
Large text here
This tag allows any text placed within it to be
displayed as larger than the surrounding text.
This tag causes the text displayed within
it to blink repeatedly. Note: using this tag is almost guaranteed to get you large amount of hate mail!
Quoted text here
This tag is used to contain
text quoted from another source.
Your document here
This tag is used to enclose your
entire document, with the exception of the heading and the address.
This tag inserts a line break, and places the text following it on the next line.
Table caption here
This tag defines a table's caption, or heading.
Text to be centered here
This tag displays the text enclosed within it centered on the line, or lines, it occupies.
Insert program code example here
This tag encloses plaintext examples of program code.
Comments here
This tag encloses non-displaying comments.
This tag marks the definition line in a definition list.
Directory List items here
This tag defines directory list elements. A directory list element is used to present a list of items containing up to 20 characters each.
Definition List here
This tag encloses a definition list. A definition list consists of terms and term definitions.
This tag marks a definition list term, or item.
Emphasized text here
This tag causes text within it to be displayed as italicized.
Different size text here
This tag causes the text within it to display as smaller or larger than the basefont size.
This tag is used to delimit a data input form.
This tag defines a particular section, or "frame", within the frameset.
This tag defines the layout of the page's frames.
This tag marks text as a header, thereby increasing it's size and giving it the "BOLD" attribute.
This tag encloses information about the document. Information entered here does not display, with the exception of the "TITLE".
This tag inserts a Head Rule, a line separating one section of text from another.
This tag defines the page as a HTML document. It is the tag that encloses the entire page's contents.
This tag causes text within it to be displayed as italicized.
This tag inserts an image or animation in the document.
This tag element represents a field whose contents can be edited by the viewer.
This tag tells the viewer's browser that the document is an index document and is searchable.
This tag indicates text to be typed by a user.
This tag indicates a list item.
This tag is used to present blocks of text in fixed-width font.
This tag defines a menu list, a list of items with typically one line per item.
This tag is used within the "HEAD" element to embed any useful information not defined by other HTML elements.
This tag insert a non-linebreaking space.
This tag encloses information for web browsers that don't support frames.
This tag encloses list items in an ordered list.
This tag can only occur within a "SELECT" element. It represents one choice: "DISABLED," "SELECTED," and "VALUE."
This tag indicates the end of a paragraph, and inserts a blank line.
This tag encloses pre-formatted text.
This tag indicates the enclosed text should be displayed with a horizontal line striking through the text.
This tag causes the enclosed text to be displayed as literal characters, without inserting a line break.
This tag allows the user to chose one of a set of alternatives described by textual labels.
This tag causes the enclosed text to display as a smaller font.
This tag indicates the enclosed text should be displayed with a horizontal line striking through the text.
This tag causes the enclosed text to be displayed as darker and heavier than the surrounding text.
This tag causes the enclosed text to display as subscript.
This tag causes the enclosed text to display as superscript.
This tag encloses all other table elements within a table.
This tag defines table data.
This tag allows users to enter more than one line of text.
This tag defines a table header.
This tag encloses the documents title, and is required for all HTML documents.
This tag defines a table row.
This tag causes text enclosed within it to display as fixed-width typewriter font.
This tag causes the text inclosed within to display as underlined.
This tag encloses list items in an unordered list.
This tag indicates a variable name, and displays text enclosed within it to display as italicized.
This tag defines a Word Break, it specifies where a browser is allowed to hyphenate a word if neccessary.
This tag defines an Example, and causes text enclosed within it to display exactly as typed.