20 Matching Annotations
  1. Nov 2022
    1. </footer>

      In the very last there is a content start with copywright that is missing in this site

    2. <br

      you can use list tag instead of using too more br tag

    3. <h2>
      1. you should use h1 for this content as one h2 is necessary for html site
    4. Home

      nav tag is good for list instead of p tag

  2. Oct 2022
    1. h1,

      you should use text align to putt all the content in center .its written in instructions

    2. html

      use root tag for style the full html file

    3. #B8C3AC;

      use color name as it is written in instructions to use both hexidecimal code and color name .

    1. <!DOCTYP

      main tag is not used as it is written in instructions to use definitely .

    2. <table

      you can give the heading for table or something else like opening time for time table . that will help to understand more easy

  3. Sep 2022
    1. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>assignment A</title> <!-- F22 DGL 101 CVS1 - Sahil Singh Rawat - Assignment A --> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Hello World</h1> <p>This is Sahil Singh Rawat speaking.</p> <img src="images/seaside.jpg" width="600" alt="Sea Side"> </body> </html

      All is good .you are doing great job well done.