<body>
<h1>Dasmoto's Arts & Crafts</h1>
<h2 class="title-1">Brushes</h2>
<img src="./Resources/hacksaw.jpeg" alt="picture of hacksaw brushes">
<h3>Hacksaw Brushes</h3>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. <a class="prices">Starting at $3.00 / brush.</a></p>
<h2 class="title-2">Frames</h2>
<img src="./Resources/frames.jpeg" alt="picture of frames">
<h3><strong>Art Frames (assorted)</strong></h3>
<p>Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. <a class="prices">Starting at $2.00 / frame.</a></p>
<h2 class="title-3">Paint</h2>
<img src="./Resources/finnish.jpeg" alt="picture of paint tubes">
<h3><strong>Clean Finnish Paint</strong></h3>
<p>Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. <a class="prices">Starting at $5.00 / tube.</a></p>
</body>
Dasmoto's Arts
Looks good, but is missing the html
tags and if you want to define this as HTML 5 you would want to add <!DOCTYPE html>
to the top above the html tag.
Once you get into CSS you’ll be able to add some more style to the HTML. But overall this is a good start.
thanks so much definitely will keep in mind!
I would also consider using more descriptive class names - for instance, “title-1” could instead be “title-green” and so on. Makes it easier for someone else to follow your code… or for you to follow your own code when you’re coming back to it after a long time!
1 Like