Tell us what’s happening:
I’m stuck on this step and the hint is the following:
Your #name
should have a placeholder
attribute and value.
is anyone able to help me with this?
Your code so far
<!-- file: index.html -->
<h1 id="title"> Carly's Survey</h1>
<p id="description">Thank you for taking the time to improve our platform</p>
<form id="survey-form">
<input id="name" type="text" required>
<input id="email" type="email" required>
<input id="number" type="number" min="16" max="120">
<label id="name-label">Name: <input type="text" name="full-name" placeholder="Please insert your name" required/></label>
<label id="email-label">Please insert your email: <input type="email" name="email" placeholder="Please insert your email" required/></label>
<label id="number-label">Age <input type="number" name="age"</label>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: