Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Describe your issue in detail here.
You should have a closing <html> tag. Remember that closing tags have a / following the opening < bracket.

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/103.0.5060.134 Safari/537.36 Edg/103.0.1264.77

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1

Link to the challenge:

Hi! Welcome to the forum!

Please try to describe your issue in more detail in the ‘tell us what is happening’ section in future, you can write your own text in this section. It makes helping much easier.

I know you’ve included the error message, but that doesn’t tell me what you are actually stuck with.

First tip, capitalisation is important. Compare your doctype declaration to the lessons.

<!doctype html>

<!DOCTYPE html>

Second.

You should have a closing <html> tag

Where is your closing html tag?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.