Tell us what’s happening:
Im receiving the following errors and unsure where I have gone wrong to fix. Any help is gratefully received.
Failed: 2. You should have an html element with lang set to en.
Failed: 3. You should have a head element within the html element.
Failed: 8. You should have a body element within your html element.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cheese and Beans Jacket Potato</title>
</head>
<body>
<h1>Cheese and Beans Jacket Potato</h1>
<p> Jacket Potato with Cheese and Beans is a clasic recipe, generally <em>loved</em> by <strong>everyone</strong>!</p>
<h2>Ingredients</h2>
<ul>
<li>Potatoes</li>
<li>1 tin of Baked Beans</li>
<li>Grated Cheddar</li>
<li>Butter</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Place 1 potato per person in to a baking tray and coat in olive oil, then add salt and pepper to season.</li>
<li>Bake in the oven for 45 minutes.</li>
<li>Heat Baked Beans for 2 minutes. Whilst waiting remove the potato and cut a cross in the top. Add a knob of butter.</li>
<li>Add grated cheddar to the jacket potato and then cover with the heated Baked beans.</li>
<li><strong>Serve and enjoy!</strong></li>
<figure>
<img src="https://images.immediate.co.uk/production/volatile/sites/30/2022/04/Air-Fryer-Baked-Potatoes-4fde688.jpg?resize=900%2C471" alt="A Jacket potato with baked beans and cheese"><figcaption><em>A steaming hot Jacket Potato with Baked Beans and Cheese</em></figcaption></figure>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15
Challenge Information:
Build a Recipe Page - Build a Recipe Page