Tell us what’s happening:
I checked answers from others but still smth wrong with what I am writing. Below are my failed step. The rest all check well. Can you please help? ![]()
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:4. You should have title element within your head element.
Failed:6. You should have a meta element within your head element.
Failed:8. You should have a body element
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Albanian Recipes</title>
<meta charset="UTF-8">
<body>
<h1>Albanian Byrek</h1>
<p>This is a traditional recipe.</p>
<h2>Ingredients</h2>
<ul>
<li>Phyllo dough</li>
<li>Spinach</li>
<li>Feta cheese</li>
<li>Olive Oil</li>
<li>Garlic</li>
<h2>Instructions</h2>
<ol>
<li>Step 1 XYZ.</li>
<li>Step 2 XYZ.</li>
<li>Step 3 XYZ.</li>
<li>Step 4 XYZ.</li>
<img src="https://www.flickr.com/photos/roboppy/1455986181/in/photolist-zdkYZ-zdkZ4-2MQrw5-yAB1q-3dEiY2-742JwG-2MLhAa-2MQxfq-2MLf8r-2MQA3Y-3Jxwtx-4cX2FD-2ML6jp-2ML13a-8d8eLE-cwTyZo-8fw1Fw-arHQy7-yAB1t-kYtBWT-3W5gKo-gpsQMx-2PfkPX-owos3Z-iT4QAq" alt="Byrek baked in wooden stove">
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-recipe-page/build-a-recipe-page