tyl3r
July 22, 2022, 6:20pm
1
It says that I still need to make the link element a self-closing element even though I already have??? pls help
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<header>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
</header>
<main>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
/* file: styles.css */
h1, h2, p {
text-align: center;
}
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; CrOS aarch64 14816.99.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 17
Link to the challenge:
I just passed the tests with all your HTML code.
Did you try to reset the step?
tyl3r
July 22, 2022, 6:35pm
3
Yeah, i just did like 5 times, it still doesn’t work for some reason
Could be browser or browser extension related problem. I am not experienced in solving this kind of stuff. I guess somebody will give proper advice soon enough.
tyl3r
July 22, 2022, 6:42pm
5
I appreciate u replying tho dawg
1 Like
PucTuc
July 23, 2022, 5:23am
6
Hii, I don’t know if you solve it but I had the exact same issue. I just changed the browser into Chrome and it worked :))
tyl3r
July 25, 2022, 1:13pm
7
I’m on a school chromebook and i seem to be unable to change my browser
system
Closed
January 24, 2023, 1:13am
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.