WGU C779 WEB DEVELOPMENT FOUNDATIONS
EXAM 2024 ACTUAL CORRECT QUESTIONS WITH
VERIFIED ANSWERS GRADE A GUARANTEE PASS
Which term describes the process
of adding a pair of tags within
another pair of tags? - ....ANSWER
>>>>Nesting
Which multimedia technology did
popular video sharing sites
replace with Motion Picture
Experts Group-4 (MP4) to address
security concerns? - ....ANSWER
>>>>Flash
Which markup should be used to
link a CSS document to a web
, Page |2
page? - ....ANSWER >>>><link rel=
"stylesheet" type="text/css"
href="theme.css">
Which markup should be added to
a form to create a drop-down list
that allows users to select with
three selectable options? -
....ANSWER
>>>>YOURANSWERCORRECTANSW
ER<select multiple><option
value="item1"> item 1
</option><option value="item2">
item 2 </option><option
value="item3"> item 3
</option></select>
, Page |3
Which graphical image type scales
without losing image quality? -
....ANSWER >>>>Vector
Which HTML5 tag is self-
closing? - ....ANSWER >>>><br>
Which HTML5 element is used to
draw graphics on a web page? -
....ANSWER >>>>canvas
Which request method should be
used in a form to append
parameters into a query string? -
....ANSWER >>>>Get
, Page |4
Which two form elements should
use the same name for groups of
related elements? Choose 2
ANSWERs. - ....ANSWER >>>>Radio,
Checkbox
Which method type securely sends
form data that requires additional
processing by the CGI script? -
....ANSWER >>>>Post
What happens to data entered into
a web form after the Reset button
is selected? - ....ANSWER >>>>It is
cleared and the form fields are set
to their default values.