C779 Exam Questions and Correct
Answers Rated A+
Which two form elements should use the same name for groups of related elements?
1. Radio
2. Checkbox
Which HTML5 element is used to draw graphics on a web page?
<canvas>
Which graphical image type scales without losing image quality?
Vector
An organization has users which run older versions of Internet Explorer. Which action
should be done to ensure that that web page content is visible in all browsers?
Add JavaScript code to HTML documents and create a new CSS rule
Which two methods are used to apply Cascading Style Sheets (CSS)?
1. Embedding an internal style sheet in an HTML page
2. Linking an HTML page to an external style sheet
Which value of the opacity property in CSS3, represents completely opaque?
1.00
What are Syntactically Awesome Style Sheets (SASS) used for with regard to
adding functionality?
As a CSS extension language for preprocessing
Which HTML tag is used to display text exactly as it is defined in the HTML markup?
<pre>
, Which CSS state selectors show uninspected hyperlinks in red?
a:link { color:red; }
Which property is used in CSS3 to specify the left or right alignment of an image?
float
Which pair of points is specified when defining a rectangular hot spot?
Upper left and lower right
Which two points are specified when defining a circular hot spot?
1. Center
2. Radius
Relative Uniform Resource Locator (URL)
location of a web resource on a network and the method of retrieving it
Which two tags are containers for other tags?
1. <head>
2. <body>
Which markup should be added to a form to create a drop-down list that allows users to
select with three selectable options?
<select multiple>
<option value="item1"> item 1 </option>
<option value="item2"> item 2 </option>
<option value="item3"> item 3 </option>
</select>
Which markup should be used to link a CSS document to a web page?
<link rel= "stylesheet" type="text/css" href="theme.css">
Answers Rated A+
Which two form elements should use the same name for groups of related elements?
1. Radio
2. Checkbox
Which HTML5 element is used to draw graphics on a web page?
<canvas>
Which graphical image type scales without losing image quality?
Vector
An organization has users which run older versions of Internet Explorer. Which action
should be done to ensure that that web page content is visible in all browsers?
Add JavaScript code to HTML documents and create a new CSS rule
Which two methods are used to apply Cascading Style Sheets (CSS)?
1. Embedding an internal style sheet in an HTML page
2. Linking an HTML page to an external style sheet
Which value of the opacity property in CSS3, represents completely opaque?
1.00
What are Syntactically Awesome Style Sheets (SASS) used for with regard to
adding functionality?
As a CSS extension language for preprocessing
Which HTML tag is used to display text exactly as it is defined in the HTML markup?
<pre>
, Which CSS state selectors show uninspected hyperlinks in red?
a:link { color:red; }
Which property is used in CSS3 to specify the left or right alignment of an image?
float
Which pair of points is specified when defining a rectangular hot spot?
Upper left and lower right
Which two points are specified when defining a circular hot spot?
1. Center
2. Radius
Relative Uniform Resource Locator (URL)
location of a web resource on a network and the method of retrieving it
Which two tags are containers for other tags?
1. <head>
2. <body>
Which markup should be added to a form to create a drop-down list that allows users to
select with three selectable options?
<select multiple>
<option value="item1"> item 1 </option>
<option value="item2"> item 2 </option>
<option value="item3"> item 3 </option>
</select>
Which markup should be used to link a CSS document to a web page?
<link rel= "stylesheet" type="text/css" href="theme.css">