Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
</head>
<title></title>
<!-- User Editable Region -->
</html>
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 2
Link to the challenge:
Learn to Code — For Free
Can anyone please help me
Please, 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!
1 Like
Add a head
element within the html
element, so you can add a title
element. The title
element’s text should be Cafe Menu
.
Please help me
i am trying so hard
The ‘title’ element should be found within the ‘head’ element (between the opening and the closing ‘head’ tags).
Between the opening <title>
tag and the closing </title>
tag, you should add the text “Cafe Menu”.
2 Likes
The opening and the closing title tags go between the opening <head>
, and the closing </head>
tag. The text Cafe Menu (without the period) goes between the opening </title>
tag and the closing </title>
tag.
2 Likes
Hi @Bharath_Kalyan_Sai
Take a look at HTML Basic to see the minimum structure of HTML. Then return here to continue learning.
1 Like
system
Closed
January 5, 2024, 9:43am
11
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.