Tell us what’s happening:
Describe your issue in detail here.
The error message is : Your link
element should have an href
attribute with the value styles.css
………I don’t understand
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<link href="style.css"
rel="stylesheet">
</head>
<!-- User Editable Region -->
<body>
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<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 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/93.0.4577.78 Mobile/15E148 Safari/604.1
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 16
Link to the challenge: