Closed aubreywullschleger closed 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
<header>
<nav>
<footer>
Example: https://github.com/SSaapon/colmar-academy/blob/master/index.html#L12-L24
Thanks for this info.
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.phpExample: https://github.com/SSaapon/colmar-academy/blob/master/index.html#L12-L24