Learn basic CSS by building a cafe menu step 1

This is probably a really simple error but I can’t for the life of me work it out. It asks you to add the doctype tag and a lang attribute of en. This is what I’m entering but to no avail:

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

Could anyone point out what I’m doing wrong? Thanks

Hey, Use three backticks before and after the code so that we can also read it.

Are you closing the html tag?

Ah of course, told you it would be simple! Thanks so much for your time

1 Like