kellyclaus / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

<div> elements #1

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Great job using <div> elements to wrap the sections of your page. This practice helps to keep the different sections of your page separated, and helps make your markup organized and easy to read!

Example: https://github.com/kellyclaus/prj-rev-bwfs-dasmoto/blob/master/DasmotoArtsCrafts/index.html#L13-L18

kellyclaus commented 6 years ago

To be honest, I was a little confused why I would add

tags for these since there's not any particular styling attached to them. I did it because the sample exercises said to, but I've looked at code before that has a million div tags and it made it harder for me to read. Then again I didn't understand the purpose of a div tag back then - should I think of it as a way to style but also a way to know what you're looking at? Almost like a / --- comment thing--- / in css?