NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
HTML5 Mastery: Structure, Semantics, Attributes, and Real Projects
Forms Foundations
Quiz
Chapter Quiz: Forms Foundations
Forms Foundations Quiz
Complete this assessment with 100% score to master this chapter.
01
Which element should always accompany an <input> to give it an accessible name?
<label>
<legend>
<caption>
<summary>
02
Which form method sends data in the request body (invisible in the URL)?
post
get
send
push
03
Which input type opens a date-picker on mobile devices?
date
text
calendar
datetime
04
Why should you never use placeholder text as a replacement for a <label>?
Placeholder text disappears as soon as the user starts typing, leaving no visible label
Browsers require labels and ignore placeholders
Placeholder text causes form validation to fail
Placeholder text is not supported in HTML5
05
What attribute is needed on all radio buttons in the same group so only one can be selected at a time?
name (must be the same value for all in the group)
group
id
checked
Submit Answers
Back to Lesson
Next Chapter