Ok so I have decided to write a small tutorial to help the newbys out there! Here it goes!
WARNING! I AM NOT DONE! I will finish the rest tomorrow when i wake up.. its 4:03am....
Today we are going to be designing a blog...
Here is our blog image. http://img163.imageshack.us/img163/1642/41201772.png
Now lets get started on coding!
<html>
<head>
<!-- The header tag -->
</head>
The head tag is where you link your css style sheet, link your javascripts, and any other documents. You can even setup your websites title in here.
<html>
<head>
<title>Our First Site</title>
</head>