Tell us what’s happening:
I’m brand new to this and am comparing the first workshop I did to this first lab. The issue I’m have is step #2 “You should have an html element with lang set to en” - did I mistype something here?
Secondly step #3 “You should have a head element within the html element” - What am I missing here?
Thank you in advance!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Banana Bread Recipe</title>
</head>
<body>
<main>
<h1>Banana Bread Recipe</h1>
<p>Banana Bread is one of the easiest recipes out there! It doesn't require a lot of ingredients and is (in my opinon) one of the best tasting recipes when made at home! Follow along the easy steps below to make your first loaf of Banana Bread!</p>
<h2>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page