PDA

View Full Version : HTML Text Formatting



JizzaBeez
03-03-2011, 06:07 AM
HTML Formatting Tags

HTML uses tags like <b> and <i> for formatting output, like bold or italic text.
These HTML tags are called formatting tags.


HTML Text Formatting Tags

Tag / Description
<b> (http://www.w3schools.com/tags/tag_font_style.asp) Defines bold text
<big> (http://www.w3schools.com/tags/tag_font_style.asp) Defines big text
<em> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines emphasized text
<i> (http://www.w3schools.com/tags/tag_font_style.asp) Defines italic text
<small> (http://www.w3schools.com/tags/tag_font_style.asp) Defines small text
<strong> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines strong text
<sub> (http://www.w3schools.com/tags/tag_sup.asp) Defines subscripted text
<sup> (http://www.w3schools.com/tags/tag_sup.asp) Defines superscripted text
<ins> (http://www.w3schools.com/tags/tag_ins.asp) Defines inserted text
<del> (http://www.w3schools.com/tags/tag_del.asp) Defines deleted text


HTML "Computer Output" Tags

Tag / Description
<code> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines computer code text
<kbd> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines keyboard text
<samp> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines sample computer code
<tt> (http://www.w3schools.com/tags/tag_font_style.asp) Defines teletype text
<var> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines a variable
<pre> (http://www.w3schools.com/tags/tag_pre.asp) Defines preformatted text


HTML Citations, Quotations, and Definition Tags

Tag / Description
<abbr> (http://www.w3schools.com/tags/tag_abbr.asp) Defines an abbreviation
<acronym> (http://www.w3schools.com/tags/tag_acronym.asp) Defines an acronym
<address> (http://www.w3schools.com/tags/tag_address.asp) Defines contact information for the author/owner of a document
<bdo> (http://www.w3schools.com/tags/tag_bdo.asp) Defines the text direction
<blockquote> (http://www.w3schools.com/tags/tag_blockquote.asp) Defines a long quotation
<q> (http://www.w3schools.com/tags/tag_q.asp) Defines a short quotation
<cite> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines a citation
<dfn> (http://www.w3schools.com/tags/tag_phrase_elements.asp) Defines a definition term


read more here... (http://www.w3schools.com/html/html_formatting.asp)

aditya12
03-04-2019, 03:46 PM
The <abbr> tag defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".
Tip: An abbreviation and an acronym are both shortened versions of something else. Both is often represented as a series of letters.
https://www.welookups.com/tags/tag_abbr.html