Tag name Description
<!-- --> This tag is used to apply comments in an HTML document.
<!DOCTYPE> This tag is used to specify the version of HTML
A
<a> It is termed as an anchor tag and it creates a hyperlink or link.
<abbr> It defines an abbreviation for a phrase or longer word.
<acronym> It defines an acronym for a word. (Not supported in HTML5)
<address> It defines the author's contact information of the HTML article
<applet> It defines an embedded Java applet. (Not supported in
HTML5)
<area> It defines the area of an image map.
<article> It defines the self-contained content.
<aside> It defines content aside from main content. Mainly represented
as a sidebar.
, <audio> It is used to embed sound content in HTML documents.
B
<b> It is used to make a text bold.
<base> This tag defines the base URL for all relative URLs within the
document.
<basefont> This tag is used to set the default font, size and color for all
elements of the document. (Not supported in HTML5)
<bdi> This tag is used to provide isolation for that part of text which
may be formatted in different directions from its surrounding text.
<bdo> It is used to override the current text direction.
<big> This tag is used to make font size one level larger than its
surrounding content. (Not supported in HTML5)
<blockquote> It is used to define a content which is taken from another
source.
<body> It is used to define the body section of an HTML document.
<br> It is used to apply single line break.
<button> It is used to represent a clickable button