Learn Basic CSS by Building a Cafe Menu - Step 1

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

Your code so far


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


Your mobile information:

TECNO KJ5 - Android 13 - Android SDK 33

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

You have a slight typo. In HTML you’re doing to have a lot of something="something_else" like <div class="example1"> etc. The correct way to write it is to not have a space between = and ".

Welcome to Free Code Camp, and happy coding!