hello< I need help with this one. For some reason it’s not working for me despite the question seeming so simple.
It tells me to add a h1 tags within the main tag, with the text “CAMPER CAFE” i did so and closed it with a closing tag, but it won’t go through. please help with problem so i can process with this course, Thank you.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
</head>
<body>
<main> <h1> CAMPER CAFE </h1>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 6
Link to the challenge: