mervanamerbabe / DasmotosProject

CodeAcademy Intensive: Dasmotos Project (Build Websites from Scratch) Unit 2
0 stars 0 forks source link

HTML #1

Open tbergen1 opened 5 years ago

tbergen1 commented 5 years ago

You did pretty well with your HTML. Your formatting is pretty good. I would recommend taking a look at the indentation on some of your lines as there seems to not be any indentation hierarchy present for parent/child relationships. You can see what I am talking about here:

https://github.com/mervanamerbabe/DasmotosProject/blob/3657e4f1ff9bd7e38c77a7afc5b0a14095445626/Desmatos/index.html#L12-L18

You did well by choosing the appropriate semantic elements for displaying the different types of content on the page. Semantics are important for web-scrapers and screen readers, so getting it down is awesome. Nice work!

mervanamerbabe commented 5 years ago

Thank you so much for your feedback, I understand now. Making notes and looking back on my lessons now.