Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

i add code but it is not working and saying to enter code but i already enter the code i asked gemini to see but the code is correcct

Your code so far

<!DOCTYPE html>
<html lang="en">

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @SubhanIrfan ,

You should have an html element with lang set to en.

A complete element includes both an opening tag and a closing tag, unless the element is a void element (e.g. img).

Happy coding!