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: