html
all the coding is correct
html
all the coding is correct
img{
alll the coding is correct
</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>
Home
nav tag is good for list instead of p tag
nav__u
use different name for class so that easy to locate.
<h1
i think there should be one h1 in html file
article
do not use article just use class means .card-one or any other you want in css
!DOCTYPE
everything looks good
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 .
<!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
<dl>
dl tag is good but in instructions they ask to use embedded style for remove the bullets .so read carefully all the instructions
<!DOCTYPE html>
read the instruction clearly . you should use embedded style for style the content(check our services)
<!DOCTYPE html>
Add comment to explain your code or important things
wil
wrong spelling . check or read after complete.
<!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.