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

HTML Text Formatting Tags

This document defines various HTML tags for formatting text, computer output, citations and quotations, and tables. It includes tags for bold, italic, small, strong, subscript and superscript text as well as tags for defining computer code, keyboard text, and variables. Tags are also described for abbreviations, acronyms, addresses, changing text direction, short and long quotations, and citations. Finally, tags for defining tables, rows, headers, cells, captions and column groups are listed.

Uploaded by

iluvbooks0
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views

HTML Text Formatting Tags

This document defines various HTML tags for formatting text, computer output, citations and quotations, and tables. It includes tags for bold, italic, small, strong, subscript and superscript text as well as tags for defining computer code, keyboard text, and variables. Tags are also described for abbreviations, acronyms, addresses, changing text direction, short and long quotations, and citations. Finally, tags for defining tables, rows, headers, cells, captions and column groups are listed.

Uploaded by

iluvbooks0
Copyright
© Attribution Non-Commercial (BY-NC)
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
HTML Table Tags
Tag Description

<table> Defines a table

<th> Defines a table header

<tr> Defines a table row

<td> Defines a table cell

<caption> Defines a table caption

<colgroup> Defines a group of columns in a table, for formatting

<col /> Defines attribute values for one or more columns in a table

<thead> Groups the header content in a table

<tbody> Groups the body content in a table

<tfoot> Groups the footer content in a table

You might also like