Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:

Describe your issue in detail here.
So far

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->


Your browser information:

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:

Describe your issue in detail here.

I have been stuck here for almost an hour. I don’t see what I am getting wrong. I have had to reset again and again yet no way. please someone kindly assist.

Your code so far


<!-- User Editable Region -->

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


<!-- User Editable Region -->


Your browser information:

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 1

The opening html tag needs a closing angled bracket. >

I also don’t know why is like this what have done so far is

0kay. Let me give it a try.

Still not working.

lang="en"

The angled closing bracket goes after lang=“en”

The tag includes the lang attribute.

You need to close your html tags by adding angle brackets(>) after your html opening tags

lang="en"

I have this so far.

I have done that yet no way.

Here is an example, in case you need it.

<code attribute="value"></code>

1 Like

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