Formatting Tag of HTML
- <abbr> Defines an abbreviation or an acronym
- <address> Defines the contact information for the author/owner of a document or an article
- <b> Specifies bold text
- <i> Specifies italic text
- <cite> Defines the title of a work
- <code> It is a phrase tag and used to defines a piece of computer code
- <del> Defines text that has been deleted from a document
- <em> Defines emphasized text
- <font> Specifies the font face, font size, and color of text
- <ins> Defines a text that has been inserted into a document
- <mark> Defines marked/highlighted text
- <pre> Defines preformatted text
- <q> Defines a short quotation
- <s> Defines text that is no longer correct
- <sub> Defines subscripted text
- <sup> Defines superscripted text
- <time> Defines a date/time
- <u> Defines text that should be stylistically different from normal text
- <var> Defines a variable
- <wbr> Defines a possible line-break
So, This is an only Formatting Tag, Whch is totally used in HTML Coding Languages.
0 Comments