Last class I started to create a new web page using the new server "pycgi" and I tough I had check the validator for the page but it ended up given me like four errors. So what I did was I created a new SCC file and putting the styles in there, but it still give errors when I checked on the validator and when I asked for help I found out the problem was because I was using the old style code:
<link rel="stylesheet" href="style-original.css" type="text/css" /> and this code just won't
work because its not an html 5 instead its the old one, so then I asked Henry for help and he
explain it to me then I ended up with the real code for the html 5 which was this one:
<link rel="stylesheet" href="style-original.css" /> this was some of the problems I had but
I got it fixed. Now my goal for this week is to keep learning more about html 5, and hopefully
come back to the "vim tutorial" so I can just master the vi command.
Nice post! You will be using vim every day from now on, for html and python. You don't need to make that your central focus any more, it is just something you use to do other things.
ReplyDelete