Advertisement
makispaiktis

Codecademy - Exercise - Fictional Arts and Crafts (HTML)

Sep 10th, 2019 (edited)
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head>
  5.     <title>Fictional Arts and Crafts</title>
  6.     <link href="./styles.css" type="text/css" rel="stylesheet">
  7.   </head>
  8.  
  9.   <body>
  10.      
  11.     <!-- Head -->>
  12.     <head>
  13.       <h1 class="khaki">Dasmoto's Arts and Crafts</h1>    
  14.     </head>
  15.  
  16.     <!-- Section Brushes-->
  17.     <section id="brushes">
  18.       <h1 class="brushes">Brushes</h1>
  19.       <img  src="./Image2.png" height="250" />
  20.       <h2>Hacksaw Brushes</h2>
  21.       <p>Made of the highout quality cak, Hacksaw brushes are known for their weight and ability to had paint in large amounts.</p>
  22.       <p><strong>Starting at 3 euros/brush.</strong></p>
  23.       <br>
  24.     </section>
  25.  
  26.     <!-- Section Frames -->
  27.     <section id="frames">
  28.       <h1 class="frames">Frames</h1>
  29.       <img src="Image3.png" height="250" />
  30.       <h2>Art Frames (assorted)</h2>
  31.       <p>Assorted frames made of different material, including MDF and PDE</p>
  32.       <p>You can buy them at least in <strong>the price of 6 euros/frame.</strong></p>
  33.       <br>
  34.     </section>
  35.    
  36.     <!-- Section Paint-->
  37.     <section id="paint">
  38.       <h1 class="paint">Paint</h1>
  39.       <img src="Image4.png" height="250" />
  40.       <h2>Clean Finish Paint</h2>
  41.       <p>Imported paint from Finland. Over 250 different colors are available in shops varying in quantity.</p>
  42.       <p><strong>Starting at the price of 10 euros/tube.</strong></p>
  43.     </section>
  44.  
  45.   </body>
  46.  
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement