<!DOCTYPE html>
<html lang="en">
<head meta charset="utf-8">
<title>Cafe Menu</title>
</head>
I don’t know what i’m doing wrong. Here is the hint, but I don’t get it
You should have a meta
tag.
Also, I don’t know why I can’t create a topic and paste my code in the topic
Meta is an element.
It needs to begin like this
<meta
If you are having problems with fCC you should recycle your browser or close the tab you have fCC open in and open another one.
The instruction in step 3 was confusing to me. Here is what the instruction said Inside the head
element, nest a meta
element with an attribute. I thought the meta element had to be inside the head element. That’s the reason i’m getting the error message
Another question I forgot to ask. I can’t import my code into the forum for some reasons. I need help with this. Thank you.
Please recall what nesting means:
This is nesting:
<body>
<p>nested paragraph </p>
</body>
What do you mean by import?
You can copy it and paste it?
Or do you mean when you click the help button?
I mean with the help button. I don’t know how to describe my problem when i copy and paste
Can you show me a screenshot of the problem?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.