14 Matching Annotations
  1. Nov 2022
  2. Oct 2022
    1. Content
    2. <style> body { font-family: "Trirong", serif; font-weight:400;

      I'm pretty sure you can add this to your style.css page as it's considered a css tag?. I think this is mixing html & css into one sheet which can become confusing.

    3. br

      The BR tag is already self closing, therefore you don't need to have a closing tag. A BR tag by it's self is perfectly fine.

    4. Stylist

      p tag!

    5. Located

      p tag, It'll still load properly without but it's needed.

    1. <h2><u>Colours</u> </h2> FULL FOIL: $188/$219 with cut <br> 3/4 FOIL: $172/$203 with cut<br> 1/2 FOIL: $158/$189 with cut<br> 1/4 FOIL: $144/$175 with cut<br>

      (ul) (li)*(/li) (li) ****/li) (/ul)

    2. hairpins

      Capitalization! sorry for being nit-picky

    3. and

      Again, Maybe add a (p) tag as it's text.

    1. Located

      I'm not to sure what happened here maybe it didn't go through when you committed? There's no (p) tag for the text here? there is for a couple of text's but some don't have anything? Key part!

  3. Sep 2022
    1. width

      width=600 & height=??? make sure to add the height as well! This looks good otherwise!

    1. p

      I would put the

      right beside the text for example

      (p) Hi, My name is Melissa Jay. I reside in Victoria, BC. I am enrolled in a web design course at North Island College. (/ p)

      Rather then above. I Just always keep it this way as it reduces confusion! Otherwise from that, It looks good!

    1. <img src="images/toy_car.JPG" width="600" alt="blue and green toy car">

      I would add a height also in the future assignments, width = "600" height = "___"