Friday, January 4, 2008

HTML Tutorial

HTML (Hyper Text Mark-up Language) , so easy it's childs play.

And is one of the most commonly used Programming Languages to code websites with. Though it is not the best.
One good point is that is pretty easy to learn, and is rather simple to learn.

If you want to master HTML..don't copy and paste the code..try to type it out by yourself.
As a HTML user always use a notepad to type HTML. Trust me..you can do it.
Notepad is a superb tool..only noob will say it is useless. (Quote from lan) He even use notepad to replace ms.excel.
So first thing y'all gotta do is open up Notepad or the HTML editor you are using.
For those nerdy...don't what the hell is HTML....Here

Basic HTML



<b>****</b>
Bold text





<i>****</i>
Italic text





<u>****</u>
Underlining text





<S>****</S>
Line-through





<big>****</big>
Increase your text by one size above default





<small>****</small>
Decrease your text by one size below default





<center>****</center>
Centred text





<left>****</left>
Aligned left





<right>****</right>
Aligned right





<font size="2">****</font>
Font Size
(The default size is 3, it ranges from 1-7)





<marquee>This is a marquee!</marquee>
Basic marquee tag






<marquee direction="up, down, right, or left">This is a direction Marquee!</marquee>
Direction


<marquee scrollamount="any number you want">Speed Marquee</marquee>
Speed





<marquee behaviour="alternate, slide, or scroll">Behaviour Marquee!</marquee>
Behaviour