crateboy / tea.cozy

0 stars 0 forks source link

HTML5 #1

Open zannain opened 6 years ago

zannain commented 6 years ago

Really great work on using HTML5 elements such as header and footer!! With the HTML5 update, there is a push for elements to be more descriptive. Using these elements takes advantage of the Application Rich Internet Applications (ARIA) built into HTML5 that make your web page more accessible for users that have visual or auditory impairments and make use of screen reader technology. Before you would see a div for everything however with HTML5 more descriptive elements have been introduced and you can learn about some of the elements introduced with HTML5 at W3C

Once you've done this, you can go to W3C's HTML/CSS Validator to ensure your HTML markup and CSS styles meet the latest specification.

See if you can find some elements in their that can replace those <div>'s in your mockup!