More in header: In the header, you can also put the discription, keywords, author, and so on...
Example: Description <meta name="description" content="This homepage is help people understand more about building homepage">
Example: Keywords <meta name="keywords" content="Build homepage, any thing that may add to string of search engines when you submit it">
Example: Author <meta name="Author" content="VietFun Admin">
Body In the body, you can set the default of background image, background color, font color, link, vlink, alink and more...
This defaut have to set that in the body tag, and you can check out the colors code with Colors Chooser.
Background = That is the image backround for default
Bgcolor = That is the color default for the background
text = That is the color default of the font you want to have
Link = That is the color of the link that you did not click yet.
Vlink= That is the color of the link that you already clicked.
Alink= That is the color that when you click the link.
Example: <body background="http://www.vietpoem.com/Image4.gif" bgcolor="ffffff" text="8000FF" link="8000FF" vlink="0000FF" alink="66FF00">
Keys References For Text
<h1> Some Text</h1> (<h1> Something </h1> = <p><font size=+3> Something </font></p>) you will see:
Some Text
<h2>Some Text</h2> you will see you will see the text smaller!
Bold <B> Some Text</B> you will see: Some Text
Italic <I>Some Text</I> you will see: Some Text
Center <center>Some Text</center> you will see: Some text
Underline <U>Some Text</U> you will see: Some Text
Font Size <font size=+1>Some Text</font> ( You can increase the number, as big the number is, as big the text you will see.)
Font Color <font color="FF0000">Some Text</font> you will see: Some Text
Font Face <font face="Comic Sans MS">Some Text</font> you will see: Some Text (With the font face, you have to type exactly the font face name that avarible in your computer. If other people have that type of font, it will display the face of that font. If other people did not have that font face, it will display the default fonts of the browser)
Note: You can add more than 2 tags together.
Example: <B><I><font size=+2 face="Comic Sans MS">Some Text</font></I></B> you will see: Some Text
More Key Codes
Horizontal line: <HR> you will see:
( You can custom your line with the size or how width it is too)
Example: <hr size=5 width=75%> you will see:
Center Text or Image: <center>Some Thing</center> you will see: Some Thing
Paragraphs: You can use <P> some thing </P> for paragraph and <BR> for changing line
List and Bullets:
<ul>
<li> Some Thing</li>
<li> Some Thing Else</li>
</ul>
and you will see:
- Some Thing
- Some Thing Else
Add Link: <a href="http://www.vietpoem.com">VietPoem Home</a> and you will see: