Structure Tags | |||
Function | Start Tag | Attribute | Ending Tag |
HTML File | <html> | none | </html> |
File header | <head> | none | </head> |
File title | <title> | none | </title> |
Comments | <!--> | Your comments go between the start and end tags. Put a space between the -- and your comments. | <!--> |
Body | <body> | background="filename" bgcolor="color value" text="color value" link="color value" vlink="color value |
</body> |
Division | <div> | align="right/left/center" style="property:value;" class="classname" |
</div> |
Span (inline) | <span> | style="property:value;" class="classname" |
</span> |
Custom Search
Wednesday, March 25, 2009
Structure Tags
To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page.
Labels:
html tag list
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment