73 Matching Annotations
  1. Nov 2022
    1. <p class="p7"> Copyright 2022. All rights reserved North Island College DIGITAL Design + Development </p>

      This footer is shown on the top of your page.

    1. <img src="images/dgl-logo.png" alt="DGL Logo" width="100" >

      You can include img into nav, and add div so that the header has side margin and background-color like below.

      <nav> <div class="wrapper">
      </div> </nav>
    1. aside { width: 30%; margin-right: 15px; margin-left: 15px; padding:20px; float: right; font-style: italic; background-color:#0A5400; color:white; border-radius: 40px; }

      You can delete these codes because there is no aside in your html.

    2. position: sticky;

      I like this because I can see the title anytime. But smaller header may be better because it accounts for one quarter of the screen.

  2. Oct 2022
    1. <a href="services.html"> Check out our services </a>

      Need to change the background colour of the content “Time for a new do? Check out our services”.

  3. Sep 2022
    1. <h3><u>What would I like to get from this course?</u></h3>

      This line may be changed to h2. Because this doesn't seem to be a child of the h2 above.

    2. <p>My name is Jules and this is how I like to introduce myself.<br><br><!--I used the self closing in-line break element to add space between my first sentence and the rest of the paragraph to add visual interest-->I was born in Toronto, Ontario but spent the majority of my formative years, from age 6, in England. When I returned to Canada in 1992, I came to Vancouver Island where I have lived on and off for almost 30 years. From 1992-1996, my work was primarily service industry and then I found <strong>treeplanting</strong>. I spent the next 16 years pounding trees into the ground and had a baby during that time also. I <em>loved</em><!--I italisized loved to show how important planting was in my life--> treeplanting. I was priviledged to see and work in some of the most outstandingly beautiful and remote areas of BC. Truly breathtaking! After planting I switched to gardening and landscaping so I could be home with my kid and they could attend school.</p>

      This line may be long. You can write each sentence new line. If they are in the same p element, I think it does not effect your code structure.

    1. loki-1080408.jpg

      In the 14th line, the image title "loki-1080408.jpg" may be be changed better. Because it can be seen as a tab title when we open the image.