Example Doc:
CODE
<HTML>
<title>Page Title</title>
<BODY> <body bgcolor=background color><body text=Main Text>
<center><h1>Title Of Article</h1></center><br>
Text....
</BODY>
</HTML>
<title>Page Title</title>
<BODY> <body bgcolor=background color><body text=Main Text>
<center><h1>Title Of Article</h1></center><br>
Text....
</BODY>
</HTML>
This will generate something like this:
Title Of Article(This Centered)
Text.....
Here are some basic tags:
Font Color:
CODE
<font color=color or hex>WORD OR SENTENCE(S)</font>
Font Size:
CODE
<font size=1-7>WORD OR SENTENCE(S)</font>
Font Color and Size:
CODE
<font color=color or hex><font size=1-7>WORD OR SENTENCE(S)</font></font>
Scrolling Text: (From Right to Left)
CODE
<marquee>WORD OR SENTENCE(S)</marquee>
Insert Image:
CODE
<img src="http://LINK.COM/DIR/IMAGEFILE.EXT">
Link:
CODE
<a href="http://LINK.COM/">LINK TEXT OR LINK AGAIN</a>
Image Link:
CODE
<a href="http://LINK.COM/"><img src="http://LINK.COM/DIR/IMAGEFILE.EXT"></a>
Audio Embed:
CODE
<embed src="http://LINK.COM/DIR/FILE.EXT" hidden="true/false" loop="true/false/# of times" autostart="true/false">
Video Embed:
CODE
<embed src="http://LINK.COM/DIR/FILE.EXT">
Crossout Text:
CODE
<strike>TEXT</strike>
A Template to edit:
CODE
<HTML>
<title>Page Title</title>
<BODY><body bgcolor=black><body text=red>
<center><h1>Page Template</h1</center><br>
<font color=blue><font size=4>Welcome, here is a template anyone can make, this was designed for <strike>dummies</strike> new Webmasters wanting to learn HTML!</font></font><font color=green> Have Fun, and Good Luck!</font><br><br>-Thanks<br><br>-Fatal-Fatality
</BODY>
</HTML>
<title>Page Title</title>
<BODY><body bgcolor=black><body text=red>
<center><h1>Page Template</h1</center><br>
<font color=blue><font size=4>Welcome, here is a template anyone can make, this was designed for <strike>dummies</strike> new Webmasters wanting to learn HTML!</font></font><font color=green> Have Fun, and Good Luck!</font><br><br>-Thanks<br><br>-Fatal-Fatality
</BODY>
</HTML>
If I forgot anything, let me know!
(sticky by whizz)


