Survey Form - Build a Survey Form DESCRIPTION

Tell us what’s happening:

I don’t know what its wrong with my description , its says its empty.

Your code so far

<!DOCTYPE HTML>
<html id="title">
  <p id="description"></p>
 
 <head>
    <meta charset="UTF-8">
    <title>Survey Form</title>
    <link rel="stylesheet" href="styles.css" />
        <title>freeCodeCamp Survey Form</title> 
  </head>
 
   <body>
   
    
 <div class="container">   
   
<h1 id="title">freeCodeCamp Survey Form</h1>
<P id="description">Thank you for taking the time to help us improve the platform</P>

 </div> 
 
  <form id="survey-form">

´´´

Hey there,

Please update the message to include your code. The code was too long to be automatically inserted by the help button.

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like