Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here. hello me problem is that they ask to have ashort expplanation in a p element with a id of description

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="ang">
  <head>
    <h1 id="title">SURVEY FORM
    </h1>
    <P id="description">survey form
    </P>
  <body>
      <form id="survey form">
        <input id="name" type="text">
        <input id ="email">
        <input id="number" min="0"; max="20000">
        <label id="name-label">
          <label id="email-label">
            <label id="number-label">
              <select id="dropdown">
              </select>
      </form>
    </body>
  </head>
  
 </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/116.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Hey, the uncompleted tasks are too many. Try solving to your best then seek for some help.

Welcome to the community :smiley:

<P id="description">survey form</P>

Remember that most tags are written in lower case.
Tags are keywords, keywords tend to be case sensitive

2 Likes

ok thank you so i just have to add this

survey form

?

1 Like

try changing the tags to lower case, if that doesn’t work repost what you’ve got so far using three back tics before and after a code block.

If you cant find a back tic on your keyboard use ALT+096 to display one

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