HTML TAGS DISCRIPTION WITH EXAMPLE
IMPORTANT HTML TAGS :
Document Type Tag :
< !DOCTYPE> discription :
Defines the document type Example :
< abbr> Tag :
< abbr>
discription :
Defines an abbreviation or an acronym
Example :
< acronym > Tag :
< acronym >
discription :
Not supported in HTML5. Use < abbr> instead. Defines an acronym
Example :
< article > Tag :
< article >
discription :
Defines an article
Example :
< aside > Tag :
< aside >
discription :
Defines content aside from the page content
Example :
< b > Tag :
< b >
discription :
Defines bold text
Example :
< basefont > Tag :
< basefont >
discription :
Not supported in HTML5. Use CSS instead.Specifies a default color, size, and font for all text in a document
Example :
< bdo > Tag :
< bdo > discription :
Overrides the current text direction Example :