|
|
|
|
This table lists the most common HTML tags:
| <HTML>...</HTML> |
Enclose the entire HTML document |
| <HEAD>...</HEAD> |
Enclose the head of the HTML document |
| <BODY>...</BODY> |
Enclose the body of the document |
| <TITLE>...</TITLE> |
indicates the title of the document |
| <H1>...</H1> |
A first-level heading |
| <H2>...</H2> |
A second-level heading |
| <H3>...</H3> |
A third-level heading |
| <H4>...</H4> |
A fourth-level heading |
| <H5>...</H5> |
A fifth-level heading |
| <H6>...</H6> |
A sixth-level heading |
| <P>...</P> |
A plain paragraph |
| <A>...</A> |
Combined with the HREF attribute, creates a link to another document or anchor. |
|
Combined with the NAME attribute, creates an anchor which can be linked to. |
| <OL>...</OL> |
An ordered, numbered list |
| <UL>...</UL> |
An unordered, bulleted list |
| <MENU>...</MENU> |
A menu list of items |
| <DIR>...</DIR> |
A directory listing |
| <LI>...</LI> |
A list item, used with <OL>,<UL>,<MENU>,<DIR>, |
| <DL>...</DL> |
A definition of glossary list |
| <DT>...</DT> |
A definition term, part of a definition list. |
| <DD>...</DD> |
The corresponding definition to a definition term. |
| <EM>...</EM> |
Emphasis, usually italic. |
| <STRONG>...</STRONG> |
Stronger emphasis, usually bold. |
| <HR> |
A horizontal rule line |
| <BR> |
A line break |
| <IMG>...</IMG> |
Inserts an inline image into the document |
Return to HTML Overview.

Learn the Net (www.learnthenet.com) is
Copyright 1996-2008. Michael Lerner Productions.
All Rights Reserved.
|
|
|
 |
|
|