mkelley561 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Subtle: Formatting #2

Open blerude opened 6 years ago

blerude commented 6 years ago

https://github.com/mkelley561/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L10-L29

Careful how you format your HTML. You want to nest elements such that each child is one indent further in than it's parent, like this:

<body>

   <h1>Dasmoto's Arts & Crafts<h1>

   <h2 id="brush">Brushes</h2>
   <img src="https://s3.amazonaws.com...">
   <h3>Hacksaw Brushes</h3>
   <p>Made of the highest quality oak...<span class="price">Starting at $3.00 / brush.</span></p>

</body>