Tagged Questions
2
votes
2answers
435 views
What is the purpose of the section tag
It seems that the HTML 5 <section> tag doesn't really add much beyond a <div> tag. Why should I use it, especially as it will not be compatible with anything below IE9?
1
vote
2answers
866 views
Section/Aside (HTML5)
I read about <section> and <aside> on the WC3 site a whole ago, but I can't remember if an <aside> should be placed inside a <section> or directly beneath it. Does anybody ...