Your code should have a link element. 1

an error "
Your code should have a link element." but I already have it

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" /> 
    <title>Cafe Menu</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
  </head>
h1, h2, p {
  text-align: center;
}
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 17

Link to the challenge:

You have a typo in your href.
HINT: it’s an s.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.