Monday, March 28, 2011

Checking Validator on my Page

As soon as I walk to class today I fixed the validation of the two web sites I had problems with, and I finally fixed it, the problem was that I forgot to close the two " divs in the HTML5"  and the CSS is fine. The other web site, also had problems with the HTML5 but this time the problem was that I miss spell
<meta charset="uft-8"> 
when it should of been like this:
<meta charset="utf-8"> 
 
 
Well now my goal for this week its to fix and make the new two web sites better add more fancy things in there and also maybe try different kind of divs.

1 comment:

  1. To be specific, it is not really "different kinds of divs" (a div is a div), but divs with different class and id attributes.

    It is only through the style sheet (written in CSS) that we make the divs behave differently.

    ReplyDelete