
We have given html codes and a description to help you build your own website, or enhance it.
Structure Tags
| Tag |
Description |
Ending Tag |
| <html> |
begin the HTML document file |
</html> |
| <head> |
begin the file header |
</head> |
| <body> |
begin the body of the document
can add within tag:
background="file name"
bgcolor="file name"
text="color value"
link="color value"
vlink="color value" |
</body> |
| <div> |
begin applying an attribute to a selection
add within tag:
align="right, left or center"
|
</div> |
| <!-- |
insert comments which will not be displayed |
--> |
List Tags
| Tag |
Description |
Ending Tag |
| <ul> |
begin an unordered list
can add within tag:
type="circle, square or disc" |
</ul> |
| <ol> |
begin an ordered list
can be added within tag:
type="A, a, I or i"
start=value |
</ol> |
| <li> |
list items in an unordered or ordered list |
</li> |
| <dl> |
begin a definition list |
</dl> |
| <dt> |
item in a defination list |
</dt> |
| <dd> |
definition in definition list |
</dd> |
Image Tags
| Tag |
Description |
Ending Tag |
| <img src=> |
insert an image
add within tag:
"file name"
can be added within tag:
alt="text to describe image"
align="left, right, center, top, bottom, middle or absmiddle"
width="value"
height="value"
border="value" |
N/A |
Frame Tags
| Tag |
Description |
Ending Tag |
| <frameset> |
begin a frame document
add within tag:
rows="fixed values or percentage values"
cols="fixed values or percentage values"
|
</frameset> |
| <frame> |
specify frame attributes
add within tag:
src="file name"
can be added within tag:
name="frame name"
scrolling="yes or no"
frameborder="value"
marginwidth="value"
|
</frame> |
| <noframes> |
include information within to support non-frame browsers |
</noframes> |
Text Tags
| Tag |
Description |
Ending Tag |
| <b> |
bold text |
</b> |
| <i> |
italicize text |
</i> |
| <u> |
underline text |
</u> |
| <br> |
create a line break |
N/A |
| <p> |
create a paragraph break |
N/A |
| <hr> |
create a horizontal rule |
N/A |
| <font> |
change font attribute
add within tags:
color="color value"
face="font type"
size="value" |
</font> |
| <small> |
make text small |
</small> |
| <big> |
make text large |
</big> |
| <h1> |
create a heading
other size headings:
|
</h1> |
Link Tags
| Tag |
Description |
Ending Tag |
| <a href=> |
create a link to a web page or point on a page
add within tag:
"URL"
"name"
"mailto:emailaddress" |
</a> |
<a name=>
</a> |
ceate a name to a portion of a page to link to
add within tag:
"name"
Link to it using <a href=http://domain.com/page.html#name |
at end of name |
Table Tags
| Tag |
Description |
Ending Tag |
| <table> |
begin a table
can be added within tag:
border="value"
bgcolor="color value"
width="fixed value or percentage value"
height="fixed value or percentage value"
align="right, left or center"
cellpadding="value"
cellspacing="value"
|
</table> |
| <tr> |
begin a table row
can be added within tag:
bgcolor="color value"
align="left, right or center"
valign="top, bottom or middle" |
</tr> |
| <th> |
create a table heading
can be added within tag:
bgcolor="color value"
align="left, right or center"
valign="top, bottom or middle"
width="value"
colspan="value"
rowspan="value" |
</th> |
| <td> |
begin row data
can be added within tag:
bgcolor="color value"
align="left, right or center"
valign="top, bottom or middle"
width="value"
colspan="value"
rowspan="value" |
</td> |
Have any questions about the above html? Have some html that should be added? Need help writing up html for your page? Let us know by emailing support@wrestlingwire.net
Try out some html:
|

|
|