C779 TEST QUESTIONS AND ANSWERS
One folder below the current page - Answers - <img src="images/ucorp.png" alt="PNG
image"/> Where is the image named ucorp.png located?
CSS - Answers - simplifies change management issues is a benefit of?
a degree on the color wheel - Answers - What does hue describe in the HSL color
code?
with a 3-D shading effect - Answers - By default, horizontal rules display:
lighter - Answers - The higher the number in RGB the ________ the color will be
darker - Answers - The lower the number in RGB the ________ the color will be
#FFFFFF - Answers - Hexadecimal White
#000000 - Answers - Hexadecimal Black
ampersand and semicolon - Answers - You can include non-keyboard characters in
Webpages, such as © and ®, by entering a special HTML code for each character,
called the escape sequence. With what characters must you start and end the escape
sequence?
liquid design layout - Answers - Which of the following is considered to be the preferred
method of designing Webpages?
Color combinations can convey the personality of the site by imposing tone and mood. -
Answers - Which of the following is true about the color combinations you use for your
Website?
"page" subdirectory on the same level as current page - Answers - <a
href="pages/index.html">uCorp</a>
According to this code, where does the file named index.html reside on the Web server?
Partial URL - Answers - Which type of hyperlink reference is given in this code?
<a href="indexes/index.html"> CCYP Home </a>
True - Answers - T/F: Below is a valid hyperlink
<a href="mailto:"> Contact us now </a>
False - Answers - T/F: Below is a valid hyperlink
<a href="http://www.company.com/mail"/> Contact us now <a/>
, external - Answers - When you create an internal hyperlink with the anchor element and
omit the hash ( # ) from the href attribute, the browser will look for an ________ file by
the name specified in the href attribute. The hash symbol in the href attribute tells the
browser to look onto the same page.
external link - Answers - <p>To learn more about uCorp, click the following
link:</p><br/>
<a href="http://www.ucorp.biz/aboutus"> Learn more! </a>
Which type of link does this code create?
white - Answers - RGB (255,255,255) represents what color
CMYK is not supported by HTMLS - Answers - Why wouldn't you use CMYK color
schemes in your Webpage?
216 - Answers - How many colors are specified in the browser-safe color palette?
Because XHTML will render the additional spaces or hard returns, which may affect the
placement of the image on the page - Answers - Why should you avoid adding spaces
or hard returns within an <img> tag?
The site to be moved from one server to another with minimal disruption. - Answers -
You have decided to use relative links for your Website's local pages instead of
specifying absolute URLs. You explain to your supervisor that this will allow ...
In the "pages" directory, which resides off of the server's root directory - Answers - <a
href="/pages/index.html">uCorp</a>
According to this code, where does the file named index.html reside on the server?
Fully qualified URL (or absolute URL) - Answers - <a
href="http://192.168.2.3/indexes/index.html"> CCYP Home </a>
Which type of hyperlink reference is given in this code?
partial (or relative URL) - Answers - This is an example of a ________ URL
CSS3/stylesheet.css
Fully qualified - Answers - This is an example of a ________ URL:
c:/intetpub/wwwroot/uCorp/aboutus.html
In a directory one level above the current page - Answers - <a href="../ucorp.html">
uCorp </a>
According to this code, where does the file named ucorp.html reside on the Web
server?
SGML Server-side Include - Answers - ________ statement processed by the server
describes a ________ ________ on a Web page.
One folder below the current page - Answers - <img src="images/ucorp.png" alt="PNG
image"/> Where is the image named ucorp.png located?
CSS - Answers - simplifies change management issues is a benefit of?
a degree on the color wheel - Answers - What does hue describe in the HSL color
code?
with a 3-D shading effect - Answers - By default, horizontal rules display:
lighter - Answers - The higher the number in RGB the ________ the color will be
darker - Answers - The lower the number in RGB the ________ the color will be
#FFFFFF - Answers - Hexadecimal White
#000000 - Answers - Hexadecimal Black
ampersand and semicolon - Answers - You can include non-keyboard characters in
Webpages, such as © and ®, by entering a special HTML code for each character,
called the escape sequence. With what characters must you start and end the escape
sequence?
liquid design layout - Answers - Which of the following is considered to be the preferred
method of designing Webpages?
Color combinations can convey the personality of the site by imposing tone and mood. -
Answers - Which of the following is true about the color combinations you use for your
Website?
"page" subdirectory on the same level as current page - Answers - <a
href="pages/index.html">uCorp</a>
According to this code, where does the file named index.html reside on the Web server?
Partial URL - Answers - Which type of hyperlink reference is given in this code?
<a href="indexes/index.html"> CCYP Home </a>
True - Answers - T/F: Below is a valid hyperlink
<a href="mailto:"> Contact us now </a>
False - Answers - T/F: Below is a valid hyperlink
<a href="http://www.company.com/mail"/> Contact us now <a/>
, external - Answers - When you create an internal hyperlink with the anchor element and
omit the hash ( # ) from the href attribute, the browser will look for an ________ file by
the name specified in the href attribute. The hash symbol in the href attribute tells the
browser to look onto the same page.
external link - Answers - <p>To learn more about uCorp, click the following
link:</p><br/>
<a href="http://www.ucorp.biz/aboutus"> Learn more! </a>
Which type of link does this code create?
white - Answers - RGB (255,255,255) represents what color
CMYK is not supported by HTMLS - Answers - Why wouldn't you use CMYK color
schemes in your Webpage?
216 - Answers - How many colors are specified in the browser-safe color palette?
Because XHTML will render the additional spaces or hard returns, which may affect the
placement of the image on the page - Answers - Why should you avoid adding spaces
or hard returns within an <img> tag?
The site to be moved from one server to another with minimal disruption. - Answers -
You have decided to use relative links for your Website's local pages instead of
specifying absolute URLs. You explain to your supervisor that this will allow ...
In the "pages" directory, which resides off of the server's root directory - Answers - <a
href="/pages/index.html">uCorp</a>
According to this code, where does the file named index.html reside on the server?
Fully qualified URL (or absolute URL) - Answers - <a
href="http://192.168.2.3/indexes/index.html"> CCYP Home </a>
Which type of hyperlink reference is given in this code?
partial (or relative URL) - Answers - This is an example of a ________ URL
CSS3/stylesheet.css
Fully qualified - Answers - This is an example of a ________ URL:
c:/intetpub/wwwroot/uCorp/aboutus.html
In a directory one level above the current page - Answers - <a href="../ucorp.html">
uCorp </a>
According to this code, where does the file named ucorp.html reside on the Web
server?
SGML Server-side Include - Answers - ________ statement processed by the server
describes a ________ ________ on a Web page.