WGU C777 Unit 5: Forms (Latest Update
2026/2027) Question with Verified Answer
{Grade A}
Which input type displays as round buttons in a group of mutually exclusive pre-
determined choices? - Correct answer <input type="radio">
Which HTML element submits a user's completed form data to the server for
processing? - Correct answer <button type="submit">
Which HTML element resets the form data to its initial value? - Correct answer <button
type="reset">
Which HTML element creates a clickable button that does not directly affect form data
and allows text and images to be placed within its tags? - Correct answer <button
type="button">
, Which input type displays as square buttons in a group of pre-determined choices from
which the user can select more than one choice? - Correct answer <input
type="checkbox">
Which element creates a rectangular field that can expand upon user interaction and
allow users to select one or more pre-determined choices? - Correct answer <select>
What occurs when users must submit and resubmit a form until it validates? - Correct
answer pogo-sticking
Which input type displays as rectangle field into which users can type alphanumeric
characters of their choice? - Correct answer <input type="text">
Which input type allows the user to choose colors? - Correct answer <input
type="color">
Which input type allows the user to enter a date (without time zone) using a drop-
down date-picker calendar? - Correct answer <input type="date">
2026/2027) Question with Verified Answer
{Grade A}
Which input type displays as round buttons in a group of mutually exclusive pre-
determined choices? - Correct answer <input type="radio">
Which HTML element submits a user's completed form data to the server for
processing? - Correct answer <button type="submit">
Which HTML element resets the form data to its initial value? - Correct answer <button
type="reset">
Which HTML element creates a clickable button that does not directly affect form data
and allows text and images to be placed within its tags? - Correct answer <button
type="button">
, Which input type displays as square buttons in a group of pre-determined choices from
which the user can select more than one choice? - Correct answer <input
type="checkbox">
Which element creates a rectangular field that can expand upon user interaction and
allow users to select one or more pre-determined choices? - Correct answer <select>
What occurs when users must submit and resubmit a form until it validates? - Correct
answer pogo-sticking
Which input type displays as rectangle field into which users can type alphanumeric
characters of their choice? - Correct answer <input type="text">
Which input type allows the user to choose colors? - Correct answer <input
type="color">
Which input type allows the user to enter a date (without time zone) using a drop-
down date-picker calendar? - Correct answer <input type="date">