This is what html looks like in raw form you can copy these exactly as they are.

___________________________________________________________________________________________
Global Structures
___________________________________________________________________________________________
<!doctype>________________Documeant Type
<address__________________Address
<body> ... </body>__________Body
<div>... </div>______________Logical divisions
<h1>.....</h1>______________Level Header 1
<h2>.....</h2>______________leveal header 2
You can have has many leveal headers as you want so it goes faorever
<head>.....</head>___________Head
<html>....</html>____________HTML document
<meta>_____________________Meta information
<span>....</span>___________span
<tittle>....</tittle>___________document tittle
<!-.......->___________________comment
___________________________________________________________________________________________
List
___________________________________________________________________________________________
<dd>_____________________document description
<dir>....</dir>_____________directory list
<dl>.....</dl>______________definition list
<dt>_____________________definition term
<li>______________________list item
<menu>......</menu>_______Menu list
<ol>....</ol>_______________Ordered list
<ul> ....</ul>______________unorderd list
___________________________________________________________________________________________
Tables
___________________________________________________________________________________________
<caption>....</caption>_____table caption
<col>_____________________columns
<colgroup>________________coumn group properties
<table>...</table>__________table
<tbody>...</tbody>_________Table body
<td>.....</td>______________table cell
<tfoot>...</tfoot___________table footer
<th>...</th>_______________table head
<thead>...</thead>_________table head
<tr>...</tr>________________table row
___________________________________________________________________________________________
text tags
___________________________________________________________________________________________
<abbr>...</abbr>__________abbreviation
<blockqoute>...</blockquote>__blockquote
<br>_____________________line break
<cite>...</cite>___________short citation
<code> ....</code>_________code
<del>.....</del>____________delete section
<dfn>...</dfn>_____________defined term
<em>...</em>_____________emphasis
<ins>...</ins>______________imsert section
<kbd>...</kbd>____________keybord text
<p>...</p>_________________paragraph
<pre>..</pre>______________preformed text
<q>...</q>_________________short quotation
<samp>...</samp>__________sample text
<strong>...</strong>________strong emphasis
<sub>..</sub>______________subscript
<sup>...</sup>______________super script
<var>...</var>______________variable text
___________________________________________________________________________________________
presention controls
___________________________________________________________________________________________
<b>...</b>_________________boldface
<basefont>________________base font
<big>...</big>______________big text
<center>...</center_________center
<font>.....</font>___________font apperance
<hr>______________________horizontal rule
<i>...</i>___________________italic
<s>...</s>__________________stric through
<small>...</smal>___________small text
<strike>...</strike__________strike through
<tt>....</tt>________________teletype text
<u>...</u>_________________underlined text
___________________________________________________________________________________________

Hosted by www.Geocities.ws

1