| 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="000000"> | This sets the color of the background. |
| <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 skips an extra line at the end of the paragraph. |
| <br /> | This tag breaks the line and goes to the next line. |
| <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. |
| <strike>...</strike> | These tags will cross out the text in between them. |