40 Matching Annotations
  1. Nov 2022
    1. right

      if you decide to change the position of this you will also have to change the name of this class and the associated css. Try using a name which is related to the content rather than position

  2. Oct 2022
    1. <p>Below is a list of services we proudly offer.</p>

      This seems out of place as there is no list that follows. It might be better to put it below the <main> and above the cuts where the list is.

    1. <div id="officeHours"> <p><strong>Monday</strong> ~ Closed</p> <p><strong>Tuesday</strong> 9:00am ~ 5:00pm</p> <p><strong>Wednesday</strong> 9:00am ~ 8:00pm</p> <p><strong>Thursday</strong> 9:00am ~ 8:00pm</p> <p><strong>Friday</strong> 9:00am ~ 5:00pm</p> <p><strong>Saturday</strong> 9:00am ~ 4:00pm</p> <p><strong>Sunday</strong> ~ Closed</p></div>

      I don't think you need strong for the hours of operation. You could use to bold instead

    2. <small>If you're looking to make an appointment online, please do so here.</small>

      Needs link as you are asking people to make an appointment here. Link is expected

    1. <body> <!--F22 DGL 103 CVS1 - RENU GOPINATHA PILLAI - Assignment A --> <h1>Hello World</h1> <p>This is Renu Gopinatha Pillai speaking.</p> <img src="images/HTML.png" width="400" alt="HTMLCSS"> </body> </html>

      Indenting the h1 and p elements makes it visually easier to read the code.

  3. Sep 2022
    1. <hr> <!--The <hr> element is displayed as a horizontal rule that is used to separate content in an HTML page.-->

      This is a really useful element that visually breaks up your page nicely.

    1. Especially I

      We don't usually start a sentence with the word especially. "I especially like" is less awkward a sentence and more grammatically correct.

    2. came

      The verb "come" in some circumstances requires a "to" following it, as it does in this instance. We talk about coming to a place, person or object = "came to" (a place in this instance)

    1. Yuki Onishi

      I believe alt is a description of the image you have included, not your name. The purpose is to describe the image if it doesn't load properly or for accessibility, for example, for people who have difficulty seeing. It is also used for SEO (search engine optimization)