Tell us what’s happening:
Describe your issue in detail here.
please help me with the code I don’t understand what is wrong here
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en"
<!-- 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/114.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1
Link to the challenge:
All HTML tags are defined using angle brackets (<
and >
).
Your opening html
tag is missing something.
Also, as the html
element is not self-closing, you will need to include a closing tag too.
All HTML tags are defined using angle brackets (`<` and `>`).
Your opening `html` tag is missing something.
Also, as the `html` element is not self-closing, you will need to include a closing tag too.
[/quote]
even that doesn't work
type or paste code here
What doesn’t work? Have you tried updating your code? What does it look like now?
type or paste code here
```<!DOCTYPE html>
<html lang="en">
You haven’t added a closing tag. Some elements are self-closing (e.g. img
and input
) but most need both an opening and closing tag.
EXAMPLE:
<p>This is a paragraph element</p>
Add the <!DOCTYPE html>
tag, and an html
element with a lang
attribute of en
.
they ask me to do it in what place it is necessary to close something there, don’t answer in a stereotyped way like a robot and maybe the problem will be solved faster and so they say just do it
and
but the site seems to be stupid and har
Hello!
This is your current code posted here.
html requires both an opening and a closing element.
This means
I must state that I totally disagree with your comment made in frustration about the site lessons. This is a fantastic site and we are all blessed to have it here for us to learn. Just saying I truly appreciate freecodecamp.org and all the people involved both staff and learners who volunteer to help others.
Frustration happens, true; but I would hate to have any of the good people in this forum feel we do not appreciate all they do for us.
Best of wishes for a happy coding experience for you!