0% found this document useful (0 votes)
17 views

HTML Simple Formatting

This document defines various HTML tags for formatting text, computer output, and citations/quotations. It provides tags for bold, italic, small, strong, subscript, and superscript text formatting. Additional tags are included for defining computer code, keyboard, sample code, teletype, and variable text. Tags are also listed for abbreviations, acronyms, addresses, citations, definitions, blockquotes, and short quotations.

Uploaded by

Ahamed Ibrahim
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

HTML Simple Formatting

This document defines various HTML tags for formatting text, computer output, and citations/quotations. It provides tags for bold, italic, small, strong, subscript, and superscript text formatting. Additional tags are included for defining computer code, keyboard, sample code, teletype, and variable text. Tags are also listed for abbreviations, acronyms, addresses, citations, definitions, blockquotes, and short quotations.

Uploaded by

Ahamed Ibrahim
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML Text Formatting Tags

Tag Description

<b> Defines bold text

<big> Defines big text

<em> Defines emphasized text

<i> Defines italic text

<small> Defines small text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<ins> Defines inserted text

<del> Defines deleted text

HTML "Computer Output" Tags

Tag Description

<code> Defines computer code text

<kbd> Defines keyboard text

<samp> Defines sample computer code

<tt> Defines teletype text

<var> Defines a variable

<pre> Defines preformatted text

HTML Citations, Quotations, and Definition Tags

Tag Description

<abbr> Defines an abbreviation

<acronym> Defines an acronym

<address> Defines contact information for the author/owner of a document


<bdo> Defines the text direction

<blockquote> Defines a long quotation

<q> Defines a short quotation

<cite> Defines a citation

<dfn> Defines a definition term

You might also like