What is wrong with my link element?

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
  <link  href="styles.css" rel="stylesheet">
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

link elements or hyperlink elements also known as anchor tags are initiated by the letter a,not the word link

Oh yes you are correct. I am referring to the line of code that links html to css. There is nothing wrong with it right?

i must be blind :sweat_smile: sorry , also your tag just need a self closing sign at the end of it .

you need to add { type = “text/css”} in your link

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