HTML5?
a) <article>
b) <body>
c) <link>
d) <script>
2. A developer creates a form with a group of three radio buttons. How
should the developer configure the attributes for the radio buttons?
a) The name attribute for each should be unique; the value attribute for each
should be unique
b) The name attribute should be the same for all; the value attribute for each
should be unique
c) The name attribute for each should be unique; the value attribute should be
the same for all
d) The name attribute should be the same for all; the value attribute should be
the same for all.
Explanation - Web Forms
3. Which technology is often used with software that is embedded in
hardware?
a) Internet Information Services (IIS)
b) Common Gateway Interface (CGI)
c) Active Server Pages (ASP)
d) Personal Home Page (PHP)
Explanation - Web Forms
4. Which input type provides many options in one control but allows only one
choice?
a) Multi-option select
b) Single-option select
c) Text Area
d) Check box
Explanation - Web Forms
, 5. Which technology should be used to reduce spam submissions sent by your
form?
a) CAPTCHA
b) SEO
c) SSL
d) HONEYPOT
6. Which Hypertext Transfer Protocol (HTTP) method should be used to
submit data from a form to a URL?
a) Head
b) Post
c) Put
d) Get
7. A developer adds the following HTML markup to a webpage:
<meta name=”Description” content=”WGU Web Foundations Courses”/> Where
can a user view the meta tag name and content?
a) It is neither rendered nor visible in the markup
b) It is shown publicly and rendered markup
c) It is visible in the markup and rendered
d) It is visible when inspecting the pages markup
8. Which type of HTML element can have multiple values selected when the
multiple=”multiple” attribute is applied?
a) Select list
b) Check box
c) Radio button
d) Text box
Explanation - Web Forms
9. Which attribute is used by all form fields?
a) value
b) src
c) href
d) name
, 10.What is true of container tags and empty tags?
a) Container tags stand alone and empty tags come in pairs
b) Container tags come in pairs and empty tags stand alone
c) Container tags and empty tags stand alone
d) Container tags and empty tags come in pairs
11.Which form field is used to choose a non-exclusive value?
a) Textbox
b) Check box
c) Text area
d) Radio button
Explanation - Web Forms
12.Which attribute pair in a form allows data to be uploaded?
a) Value=”type”
b) Type=”type”
c) Value=”file”
d) Type=”file”
Explanation - Web Forms
13.What happens to a top-aligned menu as a webpage is scrolled if the menu
is formatted using the position fixed CSS code?
a) Moves with the page
b) Leaves an empty gap
c) Appears on the right
d) Moves to the bottom
14.Which acronym describes color and full transparency?
a) RGBA
b) HDMI
c) PNG
d) TIFF
15.What does the href attribute indicate about a linked document containing