
Other tags used to format text:
- <b>: This tag is used for making the text bold.
- <big>: This tag is used for making the text big in size.
- <em>: This tag is used to emphasize on the text.
- <i>: This tag is used for making the text italic.
- <small>: This tag is used for making the text smaller in size.
- <strong>: This tag is used for making the text stronger.
- <sub>: This tag is used for subscripting the text
- <sup>: This tag is used for superscripting the text.
- <ins>: This text is used to insert tag.
- <del>: This tag defines deleted text.
- <s>: This tag is similar to <del> tag. It defines deleted text. However, it is not recommended to use <s> tag. It is better to use the <del> tag.
- <strike>: This tag is also similar to the <del>. However it is better to use <del> tag.
- <u>: This tag is used for styling the text. However it is recommended to use styles instead of this tag.
Computer Output Tags:
- <kbd>: This tag represents keyboard text.
- <code>: This tag represents computer code text.
- <samp>: This tag represents sample computer code.
- <tt>: This tag represents teletype text.
- <pre>: This tag represents preformatted text.
- <var>: This tag represents a variable.
- <listing>: This tag is similar the <pre> tag. It is recommended to use the<pre> tag.
- <plaintext>: Again, this text is similar to the <pre> tag and it is recommended to use the <pre> tag.
- <xmp>: This is also similar to the <pre> tag. <pre> tag is preferred over this tag.
Tags used for Citations, Definitions and Quotations.
- <abbr>:This tag represents an abbreviation.
- <cite>: This tag represents a citation.
- <dfn>: This tag represents a definition term.
- <address>: This tag represents an address element.
- <acronym>: This tag represents an acronym.
- <bdo>: This tag represents the text direction.
- <blockquote>: This tag represents a long quotation.
- <q>: This tag represents a short question.
Html Discussion
- - Help me in HTML coding
- - Need Some HTML help
- - How to use HTML to make a
- - What is Markup language?
- - What is HTML?


