| A | B |
| <html></html> | This tag creates an HTML document. |
| <head></head> | This tag sets off the title and other information that will not be displayed on the Webpage. |
| <body></body> | This tag sets off the visible portion of the document. |
| <!- - - -> | This tag is used to add comments to the document. |
| <title></title> | This tag puts the name of the document in the title bar. |
| <body bgcolor=?> | This tag sets the background color, using name or hex value. |
| <body text=?> | This tag sets the text color, using name or hex value. |
| <body link=?> | This tag sets the color of links, using name or hex value. |
| <body vlink=?> | This tag sets the color of followed links, using name or hex value. |
| <body alink=?> | This tag sets the color of links on click. |