Open aubreywullschleger opened 7 years ago
Great! Nice work using semantic HTML elements like <header>, <nav>, <main>, <section>, and <footer>. Using semantic elements helps improve the accessibility of your site! 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>
<main>
<section>
<footer>
Example: https://github.com/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L21-L25 https://github.com/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L78-L85
Great! Nice work using semantic HTML elements like
<header>
,<nav>
,<main>
,<section>
, and<footer>
. Using semantic elements helps improve the accessibility of your site! 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/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L21-L25 https://github.com/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L78-L85