Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<html>
<head>
<title> </title>
</head>
<body>
<h1 id="title"> Ha</h1/>
<p id="description"> loreem bsjbcjcbjdcbdjkcbdhvdbhvbdhvbdhuv dbcsduhcbdjscd jc hvbdhcvdbjvid </p>
<form id="survey-form">
<input id="name" type="text" required>
<input id="email" type="email" required>
<input id="number" type="number" max=16 min="8">
<label for="name"> FULL NAME: </label>
<label for="email"> Email: </label>
<label for="number"> Phone: </label>
</form>
</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/118.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: