SSaapon / colmar-academy

Capstone Project for Codecademy HTML Class
0 stars 0 forks source link

Semantic HTML #1

Closed aubreywullschleger closed 7 years ago

aubreywullschleger commented 7 years ago

Great! I love that you used semantic HTML elements like <header>, <nav>, and <footer>. Using semantic elements helps improve the accessibility of your page. Here's info on how semantic elements help with accessibility: https://webflow.com/blog/html5-semantic-elements-and-webflow-the-essential-guide (scroll down to the 'So what are semantic elements good for?' heading) and a list of more semantic elements you can use: http://www.techstrikers.com/HTML5/html5-semantic-elements.php

Example: https://github.com/SSaapon/colmar-academy/blob/master/index.html#L12-L24

SSaapon commented 7 years ago

Thanks for this info.