- Nov 2022
-
github.com github.com
-
html
all the coding is correct
-
-
github.com github.com
-
img{
alll the coding is correct
-
-
github.com github.com
-
</footer>
In the very last there is a content start with copywright that is missing in this site
-
<br
you can use list tag instead of using too more br tag
-
<h2>
- you should use h1 for this content as one h2 is necessary for html site
-
Home
nav tag is good for list instead of p tag
-
-
github.com github.com
-
nav__u
use different name for class so that easy to locate.
-
<h1
i think there should be one h1 in html file
-
- Oct 2022
-
github.com github.com
-
article
do not use article just use class means .card-one or any other you want in css
-
-
github.com github.com
-
!DOCTYPE
everything looks good
-
-
github.com github.com
-
h1,
you should use text align to putt all the content in center .its written in instructions
-
html
use root tag for style the full html file
-
#B8C3AC;
use color name as it is written in instructions to use both hexidecimal code and color name .
-
-
github.com github.com
-
<!DOCTYP
main tag is not used as it is written in instructions to use definitely .
-
<table
you can give the heading for table or something else like opening time for time table . that will help to understand more easy
-
-
github.com github.com
-
<dl>
dl tag is good but in instructions they ask to use embedded style for remove the bullets .so read carefully all the instructions
-
-
github.com github.com
-
<!DOCTYPE html>
read the instruction clearly . you should use embedded style for style the content(check our services)
-
- Sep 2022
-
github.com github.com
-
<!DOCTYPE html>
Add comment to explain your code or important things
-
wil
wrong spelling . check or read after complete.
-
-
github.com github.com
-
<!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.
-