* !--...-- * = The HTML 'comments' tag is used for creating comments within your HTML code.
* !doctype * = The HTML
!doctype tag is used for specifying which version of HTML the document is using. This is referred to as the document type declaration (DTD)
* a * = The HTML
a tag is used for creating a hyperlink to either another document, or somewhere within the current document.
* abbr * = The HTML
abbr tag is used for indicating an abbreviation.
* acronym * = The HTML
acronym tag is used for indicating an acronym.
* address * = The HTML
address tag is used for indicating an address, usually related to authorship of the current document.
* applet * = The HTML
applet tag is used for embedding a Java applet within an HTML document.
* area * = The HTML
area tag is used for defining an area in an image map.
* b * = The HTML
b tag is used for specifying bold text
* base * = The HTML
base tag is used to specify a base URI, or URL, for relative links. For example, you can set the base URL once at the top of your page, then all subsequent relative links will use that URL as a starting point.
* basefont * = The HTML
basefont tag is used to specify a base font for the document to use.
* bdo * = The HTML
bdo tag is used for overriding the text direction.
* big * = The HTML big tag is used for specifying large text.
* blockquote * = The HTML blockquote tag is used for indicating long quotations (i.e. quotations that span multiple lines).
* body = The HTML body tag is used for indicating the main content section of the HTML document. The body tag is placed between the and the