We're a place where coders share, stay up-to-date and grow their careers.
The primary reason I feel in love with these tags (and more in HTML5) is actually because of CSS. The styling becomes SO much easier and cleaner to read, too! Plus doing query selectors from JS as well.
Oh man, absolutely!
#main-content .blog-post .blog-section .section-header h1 { /*...*/ }
vs.
main article section header h1 { /*...*/ }
The primary reason I feel in love with these tags (and more in HTML5) is actually because of CSS. The styling becomes SO much easier and cleaner to read, too! Plus doing query selectors from JS as well.
Oh man, absolutely!
vs.