Build a Survey Form - Nothing in Preview Window

Tell us what’s happening:

Based on this code so far, I’m not seeing anything appear in the preview window. Also, there is no colour to indicate the attributes and values etc., which tells me the code isn’t being received at all.

Is there any type of setup I need to do before I begin coding?

My code so far

<!-- file: index.html -->

/* file: styles.css */
<!DOCTYPE html>
<html lange="en">
<head>
  <meta charset="UTF_8">
  <title>survey-form.freecodecamp.rocks</title>
    <link rel="stylesheet" href="styles.css" />
<head>
<body>
 <header>
  <h1 id="title">freeCodeCamp Survey Form</h1>  
  <p id="description">Thank you for taking the time to help us improve the platform</p>
</header>

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

You’re typing HTML code in your styles tab.

Make sure each tab is active, so that you can use them correctly.

fCC_tabs

1 Like

Me not seeing this simple mistake does not bode well for a future programming career lol. Thank you, much appreciated.

1 Like

You can consider this a lack of experience with the chosen IDE instead, which is to be expected lol so don’t worry

Good luck!

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