Thread: Notes for HTML
View Single Post
Old 04-15-2008, 05:18 PM   #10 (permalink)
KoOL
 
KoOL's Avatar

 
User Info
Join Date: Oct 2007
Location: In Your Mind
Age: 27
Achievements Posts: 11,081
Casino Cash: $1187430

Total Points: 239,825,816,536.72
Donate

KoOL has disabled reputation

Awards Showcase
Administrator Of the Month Of Jan 
Total Awards: 1
HTML <tt> <i> <b> <big> <small> tags

Definition and Usage

The following elements are all font style elements. They are not deprecated, but it is possible to achieve richer effects using style sheets.
<tt> Renders as teletype or mono spaced text <i> Renders as italic text <b> Renders as bold text <big> Renders as bigger text <small> Renders as smaller text
Differences Between HTML and XHTML

NONE
Example

Source Output <tt>Teletype text</tt><br />
<i>Italic text</i><br />
<b>Bold text</b><br />
<big>Big text</big><br />
<small>Small text</small><br /> Teletype text
Italic text
Bold text
Big text
Small text


For Download Links U need to Press Thanks Button

Please don't PM me For Posts, Request and Not Working Threads. Use Button.
KoOL is offline   Reply With Quote
The Following User Says Thank You to KoOL For This Useful Post:
gini (10-19-2008)