WGU C777 Unit 5: Forms (Latest Update
2026/2027) Question with Verified Answer
{Grade A}
<input type="text"> - Correct answer Which input type displays as rectangle field into
which users can type alphanumeric characters of their choice?
<input type="color"> - Correct answer Which input type allows the user to choose
colors?
<input type="date"> - Correct answer Which input type allows the user to enter a date
(without time zone) using a drop-down date-picker calendar?
<input type="datetime"> - Correct answer Which input type allows the user to choose a
date and time with a GMT time zone?
<input type="datetime-local"> - Correct answer Which input type allows the user to
choose a date and time with a local time zone?
,<input type="email"> - Correct answer Which input type allows the user to enter an e-
mail address?
<input type="month"> - Correct answer Which input type allows the user to choose a
date using the month and year (without time zone)?
<input type="number"> - Correct answer Which input type allows the user to enter
rational integers or float values?
<input type="range"> - Correct answer Which input type allows the user to enter
numbers using a slider control?
<input type="search"> - Correct answer Which input type allows the user to enter text
for a search query?
<input type="tel"> - Correct answer Which input type allows the user to enter a phone
number?
, <input type="time"> - Correct answer Which input type allows the user to enter a time
(without time zone)?
<input type="url"> - Correct answer Which input type allows the user to enter a URL,
such as an http://, ftp:// or mailto: address?
<input type="week"> - Correct answer Which input type allows the user to choose a
date using the week and year (without time zone)?
<datalist> - Correct answer Which element specifies a list of pre-defined choices for
an <input> element?
<keygen> - Correct answer Which element adds security to a form through asymmetric
encryption by creating a key-pair generator field in the form?
<output> - Correct answer Which element displays the result when a calculation is
performed?
2026/2027) Question with Verified Answer
{Grade A}
<input type="text"> - Correct answer Which input type displays as rectangle field into
which users can type alphanumeric characters of their choice?
<input type="color"> - Correct answer Which input type allows the user to choose
colors?
<input type="date"> - Correct answer Which input type allows the user to enter a date
(without time zone) using a drop-down date-picker calendar?
<input type="datetime"> - Correct answer Which input type allows the user to choose a
date and time with a GMT time zone?
<input type="datetime-local"> - Correct answer Which input type allows the user to
choose a date and time with a local time zone?
,<input type="email"> - Correct answer Which input type allows the user to enter an e-
mail address?
<input type="month"> - Correct answer Which input type allows the user to choose a
date using the month and year (without time zone)?
<input type="number"> - Correct answer Which input type allows the user to enter
rational integers or float values?
<input type="range"> - Correct answer Which input type allows the user to enter
numbers using a slider control?
<input type="search"> - Correct answer Which input type allows the user to enter text
for a search query?
<input type="tel"> - Correct answer Which input type allows the user to enter a phone
number?
, <input type="time"> - Correct answer Which input type allows the user to enter a time
(without time zone)?
<input type="url"> - Correct answer Which input type allows the user to enter a URL,
such as an http://, ftp:// or mailto: address?
<input type="week"> - Correct answer Which input type allows the user to choose a
date using the week and year (without time zone)?
<datalist> - Correct answer Which element specifies a list of pre-defined choices for
an <input> element?
<keygen> - Correct answer Which element adds security to a form through asymmetric
encryption by creating a key-pair generator field in the form?
<output> - Correct answer Which element displays the result when a calculation is
performed?