Hello pals, I have linked the styles.css to the head but it is not responding, what could be the matter

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

   **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
 <head>
   <title>Survey Form</title>
<link rel="stylesheet" href="styles.css"/>   
 </head>
 <body>
   <h1>Survey Form</h1>
   <p>Please fill out this form with the required information</p>
 </body>
 </html>
/* file: styles.css */

   **Your browser information:**

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

Challenge: Build a Survey Form

Link to the challenge:

It seems that your styles.css is empty, so you wont to see any visual changes.

you don’t need a “/” when ending the link element

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