Basic HTML
Written on June 5, 2007 by admin
Let's we learn about basic of HTML. How to create page, make hyperlink, etc.
Head tags
Head tags are commonly used for titles. The size of the words depend on the tag you use. Here are examples:
The results will be(in order):
Blah
Blah
Blah
Blah
Blah
Blah
Text Effects
You might wanna add some text effects on your page so here are some tags you can use:
Bold ---> Bold
Italic ---> Italic
Underline ---> Underline
Links
A webpage isn't a webpage without links right? So here are tags in adding links to your site:
HTML:
-
<a href="http://www.lirikkita.com">Indonesia Lyrics Collection</a>
Turn into this text link:
When you want image links instead of text you'll just have to change it into:


