Thursday, January 9, 2014

HTML Text Formatting

HTML Text Formatting

 HyperText Markup Language

Physical Formatting

<b></b> Bold text
<code></code> Computer code
<em></em> Emphasized text
<i></i> Italic text
<kbd></kbd>  Keyboard input
<pre></pre> Preformatted text
<small></small> Smaller text
<strong></strong> Important text or Strong emphasis

Logical Formatting

<abbr> (abbreviation)
<address> (contact information)
<bdo> (text direction)
<blockquote> (a section quoted from another source)
<cite> (title of a work)
<del> (deleted text)
<ins> (inserted text)
<sub> (subscripted text)
<sup> (superscripted text)

Referensi:
https://developer.mozilla.org/en-US

No comments:

Post a Comment