| A | B |
| <HTML>...</HTML> | Begins and ends the web page. |
| <HEAD>...</HEAD> | Begins and ends the head section. |
| <TITLE>...</TITLE> | These tags place a title on the top of your browser. |
| <BODY BGCOLOR=######> | This sets the color of the background. |
| <TABLE>...</TABLE> | These tags begin and end a table. |
| <HR> | This tag creates a line across your page. |
| <BODY>...</BODY> | These tags begin and end the body of your web page. |
| <P> | This tag defines a paragraph. |
| <BR> | This tag breaks the line and goes to the next line. |
| <A HREF=http://...>Site_Name</A> | This tag creates a hyperlink to another web page. |
| <FONT SIZE=#>...</FONT SIZE> | This tag changes the size of letters for the contained text. |
| <IMG SRC=...> | This tag displays an image from the identified location. |
| <CENTER>...</CENTER> | These tags will center the text that is between them. |
| <H1>...</H1> | These tags create a level 1 heading. |
| <U>...</U> | These tags will underline the text that is between them. |
| <B>...</B> | These tags will make text that is between them bold. |
| <I>...</I> | These tags will italisize the text that is between them. |
| <abbr> | This tag defines an abbreviation |
| <UL>...</UL> | These tags indent and are used with <LI> to create an unordered list. |
| <!DOCTYPE> | Defines the document type |
| <br> | This tag creates a line break |
| <INS> | This tag defines text that has been inserted into a document |
| <LI> | This tag defines a list item |
| <OBJECT> | This tag defines an embedded object |
| <OL> | Defines ordered list |
| <Q> | This tag defines a quotation |
| <STYLE> | This tag provides style info for the document |
| <TBODY> | This tag groups the body content in table |
| <TH> | This tag defines a header cell in a table |
| <TR> | This tag defines a row in a table |