dareal
August 29, 2022, 3:44pm
1
what should i use has my id name :
.
Your code so far
/* file: index.html */
<h1 id="title">Survey Form</h1>
<p id="description">survey-form</p>
<form id ="survey-form"></form>
<input id="survey-form"></input>
/* 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/104.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge:
AKG
August 29, 2022, 3:52pm
2
Hello ,
Please share your code completely to help you, always try to explain the issue, Learning to describe problems is hard, but it is an important part of learning how to code.
dareal
August 29, 2022, 3:56pm
3
<h1 id="title">Survey Form</h1>
<p id="description">survey-form</p>
<form id ="survey-form"><input id="email" select="dropdown"</form>
<input id="name" type="text" id="number">
AKG
August 29, 2022, 4:03pm
4
Dear @JeremyLT
Your kind help is needed here !
I’ve edited your post for readability. When you enter a code block into a forum post, 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 (').
dareal
August 29, 2022, 4:10pm
6
: Your #name
should require input.
Inside the form element, you are required to enter your email in an input
field that has an id
of email
.
Your code so far
/* file: index.html */
<h1 id="title">Survey Form</h1>
<p id="description">survey-form</p>
<form id="survey-form"><input id="email"</form>
<input id="name" type="text">
/* 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/104.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge:
dareal
August 29, 2022, 4:12pm
7
the part i was told my name should require input, that why i’m trying to get
system
Closed
February 28, 2023, 4:10am
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.