Archives
Categories
Today USD Exchange Rate
Tag Archives: web developing
Using div as a site wrapper with HTML5
Short answer: yes. Sometimes just using <body> as a wrapper isn’t enough and using a <section> into a <section> is semantically incorrect. Sounds like <div> is an option, but is semantically right? The HTML5 specification page in W3C adds the following note about … Continue reading