hamishv3000 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary: Meets expectations #5

Open martoio opened 7 years ago

martoio commented 7 years ago

Good job on the code! Your HTML is easy to read and check and your CSS is optimized so you don't have the obvious copy/pasting that could happen.

In terms of improvements, I would suggest taking a look at the article about semantic HTML and trying to improve your HTML to make it more semantic (ie, meaningful). It seems like an irrelevant thing, but it's what makes your code stand out as professional.

If you are interested in learning more about some HTML/CSS best practices, check out some of the links below: https://github.com/bendc/frontend-guidelines http://learn.shayhowe.com/html-css/writing-your-best-code/

Good job on this project and keep up the good work!

hamishv3000 commented 7 years ago

Thanks for this feedback and for providing these links, it will definitely help me improve.