Basic Text Tags | |||
Function | Start Tag | Attributes | End Tag |
Line Break | <br> | Clear="left/right/all" | </br> or <br/> |
Paragraph | <p> | align="center/right" | </p> |
Bold | <b> | none | </b> |
Italic | <i> | none | </i> |
Typewriter Text | <tt> | none | </tt> |
Headline | <h1>to<h6> | align="center/right" | </h1> ---</h6> |
Font | <font> | face="name, name" size="+/-value/fixed size" color="color value" Note: the font tag is being phased out in favor of CSS styles. |
</font> |
Horizontal Rule | <hr> | size="XX" width ="XX/XX%" noshade |
</hr> --- <hr/> |
Block Quote | <blockquote> | none | </blockquote> |
Division | <div> | align="left/center/right" | </div> |
Custom Search
Wednesday, March 25, 2009
Basic Text Tags
Labels:
html tag list
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment