Tell us what’s happening:
Add a head
element within the html
element, so you can add a title
element. The title
element’s text should be Cafe Menu
.
My code is not working. why?
**Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Cafe Menu
</title>
</head>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 2
Link to the challenge: