C779 PA Exam Questions and Correct Answers
Which symbol with an href value tells the browser to look for an anchor within the current
document? - ANS Hash (#)
Which valid code shows a functional, formatted hyperlink reference? - ANS <a
href="http://www.wgu.edu">WGU</a>
Which pair of points is specified when defining a rectangular hot spot? - ANS Upper left
and lower right
Which two points are specified when defining a circular hot spot? - ANS Center & Radius
Which table element is always required when adding a table to an HTML page? - ANS Row
Which two actions should be used to address users with visual impairments? - ANS Ensure
that pages support screen-reader apps & Provide text descriptions for images.
Which two tags are containers for other tags? - ANS <head> & <body>
Which term describes the process of adding a pair of tags within another pair of tags? - ANS
Nesting
Which multimedia technology did popular video sharing sites replace with Motion Picture
Experts Group-4 (MP4) to address security concerns? - ANS Flash
, Which markup should be used to link a CSS document to a web page? - ANS <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? - ANS <select multiple><option value="item1"> item 1
</option><option value="item2"> item 2 </option><option value="item3"> item 3
</option></select>
Which graphical image type scales without losing image quality? - ANS Vector
Which HTML5 tag is self-closing? - ANS br
Which HTML5 element is used to draw graphics on a web page? - ANS Canvas
Which request method should be used in a form to append parameters into a query string?
- ANS Get
Which two form elements should use the same name for groups of related elements?Choose
2 answers. - ANS Radio & Checkbox
Which method type securely sends form data that requires additional processing by the
CGI script? - ANS Post
What happens to data entered into a web form after the Reset button is selected? - ANS It
is cleared and the form fields are set to their default values.
Which test is designed to detect the automated systems used by spammers? - ANS CAPTCHA
Which HTML5 tag attribute should be supplied for an input field in a web form if submitted
to the server? - ANS Name
Which symbol with an href value tells the browser to look for an anchor within the current
document? - ANS Hash (#)
Which valid code shows a functional, formatted hyperlink reference? - ANS <a
href="http://www.wgu.edu">WGU</a>
Which pair of points is specified when defining a rectangular hot spot? - ANS Upper left
and lower right
Which two points are specified when defining a circular hot spot? - ANS Center & Radius
Which table element is always required when adding a table to an HTML page? - ANS Row
Which two actions should be used to address users with visual impairments? - ANS Ensure
that pages support screen-reader apps & Provide text descriptions for images.
Which two tags are containers for other tags? - ANS <head> & <body>
Which term describes the process of adding a pair of tags within another pair of tags? - ANS
Nesting
Which multimedia technology did popular video sharing sites replace with Motion Picture
Experts Group-4 (MP4) to address security concerns? - ANS Flash
, Which markup should be used to link a CSS document to a web page? - ANS <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? - ANS <select multiple><option value="item1"> item 1
</option><option value="item2"> item 2 </option><option value="item3"> item 3
</option></select>
Which graphical image type scales without losing image quality? - ANS Vector
Which HTML5 tag is self-closing? - ANS br
Which HTML5 element is used to draw graphics on a web page? - ANS Canvas
Which request method should be used in a form to append parameters into a query string?
- ANS Get
Which two form elements should use the same name for groups of related elements?Choose
2 answers. - ANS Radio & Checkbox
Which method type securely sends form data that requires additional processing by the
CGI script? - ANS Post
What happens to data entered into a web form after the Reset button is selected? - ANS It
is cleared and the form fields are set to their default values.
Which test is designed to detect the automated systems used by spammers? - ANS CAPTCHA
Which HTML5 tag attribute should be supplied for an input field in a web form if submitted
to the server? - ANS Name