Help with recipe page coding

I am doing the recipe page coding and I am trying to add an element to the html being lang to en and its not working even when I have it set up correctly

CODE SO FAR

<!DOCTYPE html>

<html lang="en">

###

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Code looks ok so far. It’s not much code yet though.

What isn’t working?

Can you post a link to the lesson you are working on?

Welcome to the forum @Dannyb13

Opening tags need a closing tag.

Try adding the closing html tag.

Happy coding