@Mike-DaveSubmitted over 2 years ago
I am open for any feedback... thank you
I am open for any feedback... thank you
Hi Michael, great work! I noticed that you used semantic HTML tags like <main> and <section>, which are good practice for code readability and also ease of accessibility (for e.g. using screen readers). I noticed that you used <h3>, you should always use the heading tags in order of importance, thus <h1> first in this case and then adjust the font size according to your needs in the styles.css file. Otherwise a very clean and neat job!