Question: 1)Warning : Consider adding a lang attribute to the html start tag to declare the language of this document. From line 1, column 16; to

1)Warning: Consider adding a lang attribute to the html start tag to declare the language of this document.

From line 1, column 16; to line 2, column 6

TYPE html>↩<html>↩<head

<!DOCTYPE html>
<html>
<head>
<title>Websites</title>

2)Error: CSS: background-color: Lexical error at line 27, column 22. Encountered: ";" (59), after : "#".

From line 33, column 23; to line 34, column 2

-color: #; color:

.topnav {
background-color: #D6D6D6;
color: white;
}

3)Error: CSS: background-color: Parse Error.

From line 37, column 1; to line 37, column 4

white;↩}↩↩.img {↩

.img {
display: block;
margin-left: auto;
margin-right: auto;
width: 150%;

}

4)Error: Stray end tag div.

From line 50, column 1; to line 50, column 6

d>↩<body>↩</div>↩<div

</div>
<div class="header">
<h1>BEAUTY KIKI'S HAIR SALON.</h1>

5)Error: End tag for body seen, but there were unclosed elements.

From line 70, column 1; to line 70, column 7

"250">↩↩↩↩</body>↩</htm

</body>
</html>

6)Error: Unclosed element div.

From line 51, column 1; to line 51, column 20

y>↩</div>↩<div class="header">↩<h1>B

<div class="header">
<h1>BEAUTY KIKI'S HAIR SALON.</h1>

can someone help me to fixe these code according to the instruction that it gives?


Step by Step Solution

3.33 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 You have to type this 2 3 Please provide html code of nav... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!