vjcmacrury / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Summary: Grade = Meets Expectations #6

Open jordanwillis opened 6 years ago

jordanwillis commented 6 years ago

Overall you did a really good job on this project! I also really appreciated the attention you put to your overall code format and style. This made your code very readable which is super important especially when projects start becoming large or include multiple team members.

In addition to the other feedback that I provided, I would also like to recommend the usage of more semantic HTML elements such as <header>, <footer>, and <section>. Semantic HTML ensures that the elements used provided detail to the content that each element contains. Checkout this article for more information.

https://internetingishard.com/html-and-css/semantic-html/

vjcmacrury commented 6 years ago

Thank you so much. I'll get on to reading and practicing. :-)