prgrmfl / hyf-html-css

My html and css works
0 stars 0 forks source link

Week 1 homework review #1

Open otagi opened 5 years ago

otagi commented 5 years ago

Good overall HTML structure, with the use of HTML5 sectioning tags.

Small remark about the headings: people usually suggest using only one h1 for the main page title, and then h2, etc. for the sections and sub-sections. But it's not a hard rule, just a common convention.

Good CSS code, too. Try to play with more complex selectors, like section ol > li for example, to learn about all their subtleties.

prgrmfl commented 5 years ago

Thank you, I will try that too!