Survey Form - Build a Survey Form

Tell us what’s happening:
The preview section isn’t displaying any of my code. :frowning:

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Survey Form<title/>
    <link rel="stylesheet" href="styles.css" />
  <head/>
  <body>
    <h1 id="title">Survey Form<h1/>
    <p>Thank you for your feedback!</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/112.0.0.0 Safari/537.36 OPR/98.0.0.0

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Your closing tags are not correct. The slashes come at the beginning not the end

1 Like

Thank you!!!

1 Like

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