40 Matching Annotations
  1. Nov 2022
    1. ="main-div2"

      If you float these divs left and use the width as calc(33%- marging width*2) you will fulfil the requirement as per assignment. You can even use it in the other sections

    1. /* end footer */

      Overall clear and well formatted, some comments on the classes to indicate where they will be applied would be helpful, if reusing code at a later time

  2. Oct 2022
    1. >These pages have few text colors and don’t have appropriate space.</a>

      You have excellent points but it seems like a lot of reading, consider reducing number of points.

    1. width: 80%;

      Make the content fit a wider area so the user doesn't have to scroll down as much. Even though there are links the user may not want to click on too many.

    1. card-three

      Recall from Week 3 notes that you can specify how elements within a class will be styled. The example given was, .hotdog p {...}, will style all paragraph elements in the hotdog class as given in the {}. Try using this for the different headings in card three and add padding to position them on the card

    2. Live Breaking UK

      Having all of these as H4 will not allow individual styling. Try enclosing each in a span or button tag then you can add background colour to each.

    1. button class

      This was a good use of a button, to add style to the text, as well as to match the meaning of the text 'watch video" which may require user to click on something

    1. </small></p>

      Perhaps small tag could have been used for a smaller amount of text placed on a separate line instead of an entire paragraph for the sake of readability.

  3. Sep 2022
    1. my expectations for this course is to learn the knoledge so I can get a job in the tech industry so i don't have to be a wage slave anymore.</p> </main>

      A few mistakes in content, typos, make sure to review before publishing

    1. <!-- Please login the slack website in your pc before accessing this link. -->

      I think this comment should be visible, not a comment so the person reading the site can read it and be logged in when they are trying to contact you

    1. <h1>Hello World</h1> <p>This is Sai Srinivas Alahari speaking.</p> <img src="images/Nature.jpg" width="600" alt="Nature image">

      This was well written in that you paid attention to indenting and making sure it was readable.