Improving computer graphics

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<DOCTYPE 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.

You need to write the doctype declaration exactly as the lesson gives it. Does your code match the lesson code?

<!DOCTYPE html>

<DOCTYPE html

Also, the lessons previously covered how to writes html element and how to add attributes and values to them. You need to use the same formatting for the html element.

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