fix the error that needs to be fixed. 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

<!DOCTYPE html>
<html>
<head>
<title>Troublesome HTML</title>
</head>
<body>
<div class="img-div">
<img src="example.gif" width="66" height="111" alt="Example image">
</div>
<h1>HTML? Or HTM Oh-Well?!</h1>
<p>Here's some HTML that isn't quite up to snuff.</p>
<ol>
<li>Can you spot the bad markup? <strong>It can be tough to spot!</strong></li>
<li>But it's there...</li>
<li>Hiding.</li>
<li>Waiting to mess something up.</li>
</ol>
</body>
</html>

1 answer

<!DOCTYPE html>
<html lang="en">
<head>
<title>Troublesome HTML</title>
</head>
<body>
<div class="img-div">
<img src="example.gif" width="66" height="111" alt="Example image">
</div>
<h1>HTML? Or HTM Oh-Well?!</h1>
<p>Here's some HTML that isn't quite up to snuff.</p>
<ol>
<li>Can you spot the bad markup? <strong>It can be tough to spot!</strong></li>
<li>But it's there...</li>
<li>Hiding.</li>
<li>Waiting to mess something up.</li>
</ol>
</body>
</html>
Similar Questions
  1. fix the error that is belowConsider adding a lang attribute to the html start tag to declare the language of this document.
    1. answers icon 1 answer
  2. Seeing pulsation of the artery at the completion of this dissection.1. This is a run-on that can be fixed with a period. 2. This
    1. answers icon 1 answer
  3. Seeing pulsation of the artery at the completion of this dissection.1. This is a run-on that can be fixed with a period. 2. This
    1. answers icon 1 answer
  4. Which of the following aspects can make your code reusable?(1 point)Responses adding required functionalities adding required
    1. answers icon 1 answer
more similar questions