Foundations Exam | Questions and
Answers Rated A+ | 2025/2026 Guide
Select the five (5) primary attributes for a <input> element.
- Correct Answer –
id
name
placeholder
type
value
What is the <input> type attribute value of a text box widget?
- Correct Answer - text
Which <input> attribute allows the input to start with a default value?
- Correct Answer - value
Which attribute inside the <label>...</label> element is used to associate
the label with a widget?
- Correct Answer - for
An <option>...</option> element must have a value attribute.
- Correct Answer - false
True or false? Buttons always submit form data to a server.
- Correct Answer - false
, True or false? Passwords from the password widget that are sent to the
server using HTTP are safe from prying eyes.
- Correct Answer - false
Select the four (4) <input> types that exist for entering specific types of
text.
- Correct Answer –
search
tel
url
Select the common attributes (4) that the <audio>...</audio> element
includes.
- Correct Answer –
autoplay
controls
loop
muted
True or false? The <audio>...</audio> element can always be paused by
the user.
- Correct Answer - false
An <option>...</option> element must have a value attribute.
- Correct Answer - false
semantic tags