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: