8 Matching Annotations
  1. Oct 2022
    1. Located in the heart of the Comox Valley, Hairpins Boutique Salon offers a high-end experience with competitive prices, top of the line products and a warm, welcoming atmosphere

      everything is well organized but the font size should be large and bold to read easily.

    2. <br>Contact us today to book an appointment!<br> <a href="contact.html">Contact Us</a> </main> <footer> Content taken from <a style="color: green" href="https://www.hairpins.ca/" >https://www.hairpins.ca</a >. Used for educational purposes only. </footer> <!--an inline style rule in anchor tag above--> </body>

      nice work

    1. <body><main> <header> <a href="index.html"><img src="images/hairpins-salon-logo.png" alt="hairpins Logo" width="300"></a> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="services.html">Services</a></li> <li><a href="contact.html">Contact Us</a></li> </ul>

      you can use other id's too

    2. <h2>Hairpins Boutique Salon</h2> #4 - 224 6th Street<br> Courtenay, BC V9N 1M1<br> Check us out on Google Maps <a href="http://www.cariboucreative.ca/">http://www.cariboucreative.ca/</a><br>

      great

    1. /* Classes for different types of tags*/ .live { background-color: red; color: white; } .breaking { background-color: yellow; color: black; } .normal { color: grey; } .container-four { font-size: 20px; padding: 15px 20px 20px 20px;

      great work