Tell us what’s happening:
Tip keeps saying I have to put the body element after the head element… which ive been doing, but does not work, even by moving around the /body element.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<body>
</body>
<meta charset="utf-8">
<title>Cafe Menu</title>
</head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
Challenge Information:
Learn Basic CSS by Building a Cafe Menu - Step 4