Weppu / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Well Done on Making Your DOM Organized and Easy To Read #3

Open robynmaya opened 6 years ago

robynmaya commented 6 years ago

https://github.com/Weppu/prj-rev-bwfs-dasmoto/blob/0a03955e25bea2c568070882d65b25852b343062/ArtsCrafts/index.html#L10-L40

Using comments improve the readability of your code 👍 , it makes reading your page sections easier. You also did a good job in encapsulating each section inside its own <div></div> - which is a very recommended standard practice. If each section will have a different style, it is better to use ID, instead of class. But if it will use a style attribute that could be shared by other section, then using Class is better.