Blockquote's cite attribute revealed with jQuery [example]Two examples follow. Hover any of these blockquotes...
A section, in this context, is a thematic grouping of content […]
HTML 5 introduces new elements like
<section>,<article>and<footer>for structuring the content in your webpages.They can be employed in many situations where
<div>is used today and should help you make more readable, maintainable, HTML source. But if you just go through your document and blindly replace all the<div>s with<section>s you are doing it wrong.
Back to the reference article [Czech]