| Tag |
Definition |
| <html> |
Signals the start of the html document |
| </html> |
Signals the end of the html document |
| <head> |
Signals the start of the Header for the Web Page |
| </head> |
Signals the end of the Header for the Web Page |
| <title> |
Signals the start of the Title |
| </title> |
Signals the end of the Title |
| <body> |
Signals the start of the Body |
| <body background = " path to and name of image "> |
Signals a backgorund for the Web Page |
| <body bgcolor = " hexa-decimal digtis "> |
Signals a backgorund color for the Web Page |
| <body text = " hexa-decimal digtis " link = " hexa-decimal digtis" vlink = " hexa-decimal digtis"> |
Signals the color of text, links, and clicked links (note: you can put body, text, link, vlink and either bgcolor or background together in one tag) |
| </body> |
Signals the end of the Body |
| <h1> ... <h6> |
Signals the start of a Heading |
| </h1> ... </h6> |
Signals the end of a Heading |
| <hr> |
Creates a Horizontal Line |
| <p> |
Starts a new Paragraph |
| <br> |
Signals a Hard Return |
| <img src = " path to and name to image "> |
Signals an Image |
| <a href = " path to and name of link address "> Key Word |
Signals the beginning of a Link |
| </a> |
Signals the end of a Link |
| <ol> |
Signals the start of an ordered list |
| </ol> |
Signals the end of an ordered list |
| <ul> |
Signals the start of an unordered list |
| </ul> |
Signals the end of an unordered list |
| <li> |
Signals a an item within the <ol> or <ul> |
| <b> |
Signals the start of a Bolded item(s) |
| </b> |
Signals the end of a Bolded item(s) |
| <i> |
Signals the start of an Italicized item(s) |
| </i> |
Signals the end of an Italicized item(s) |
| <center> |
Signals the start of a Centered item(s) |
| </center> |
Signals the end of a Centered item(s) |
| <font size = 1 ... 6> |
Signals the start of a font size for an item(s) |
| </font> |
Signals the end of a font size for an item(s) |
| <a href = " mailto: your email address "> Key Word |
Signals the start of a Link to Email |
| </a> |
Signals the end of a Link |
| <pre> |
Signals the start of keeping the pre-existing format from a text file |
| </pre> |
Signals the end of keeping the pre-existing format from a text file |
| <dir> |
Signals an indentation |
| </dir> |
Signals the end of an indentation |