Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I cant figure out step three. “You should have a head element within the html element” I tried a few different things but nothing would pass the test.

Your code so far

<!DOCTYPE html>
<html lang="en"></html>
<meta charset="UTF-8">
<head>
<title>Filthy Animal crackers</title>
</head>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Hi and welcome to the forum!
As it states: You should have a head element within the html element. Is your head element inside the html element?

Hi. In addition to @JuniorQ advice take a look at instruction 3 again and the placement of the meta element.