Monday, January 10, 2011

Building up My Website.

I was working on my website today and so I didn't continue the tutorial of vimtutor. I got two errors on the website  but I fix them. Trying to create a separate file for the CSS got a problem because I was trying to the old style and the new HMTL 5 is kind of different from the old HTML.
Here is the old style

<link rel="stylesheet" href="style-original.css" type="text/css" />
 
and here is the new one
<link rel="stylesheet" href="style-original.css" />
 
this is what I was having problems today.
Look at the different codes  the new HTML 5 is way better 
than the old. 

No comments:

Post a Comment