C779 Exam Questions and Correct Answers Rated
A+
What does the hexadecimal value F represent?
15
What does the hexadecimal value 10 represent?
A
Colors are specified in RGB values ranging from 0 to what?
255
What hexadecimal value represents 255?
FF
The browser-safe color palette consists of a standard of how many colors?
216
The hexadecimal value #000000 represents which color?
Black
In RGB code, the lower numeric value represents a lighter or darker color
Darker
The hexadecimal value #FFFFFF represents which color?
White
In RGB code, the higher numeric value represents a lighter or darker color?
Lighter
What element is used to create an internal bookmark (or link) within a webpage?
, Anchor
Which of the following is an example of a relative link?
<a href="index.html">Home</a>
If you want to create a bookmark to a specific <div> element within a webpage, you must
include the __ attribute within that <div> tag.
id
To create an internal link, you must use an anchor element with the ___ attribute that points
to the bookmark value.
Hypertext Reference
Which of the following is an example of an absolute link?
<a href="https://www.wgu.edu">WGU</a>
When creating a link to a bookmark, the # symbol used within the href value is known as ___
hash
When the href value uses the # symbol, the browser will look for a location within what
document?Fa
Current
When the href value omits the # symbol, the browser will look for a location where?
in an external document
True or False. When adding an anchor element to a webpage, you cannot link it to a PDF
document.
False
True or False. You can wrap an image within an anchor element.
True
A+
What does the hexadecimal value F represent?
15
What does the hexadecimal value 10 represent?
A
Colors are specified in RGB values ranging from 0 to what?
255
What hexadecimal value represents 255?
FF
The browser-safe color palette consists of a standard of how many colors?
216
The hexadecimal value #000000 represents which color?
Black
In RGB code, the lower numeric value represents a lighter or darker color
Darker
The hexadecimal value #FFFFFF represents which color?
White
In RGB code, the higher numeric value represents a lighter or darker color?
Lighter
What element is used to create an internal bookmark (or link) within a webpage?
, Anchor
Which of the following is an example of a relative link?
<a href="index.html">Home</a>
If you want to create a bookmark to a specific <div> element within a webpage, you must
include the __ attribute within that <div> tag.
id
To create an internal link, you must use an anchor element with the ___ attribute that points
to the bookmark value.
Hypertext Reference
Which of the following is an example of an absolute link?
<a href="https://www.wgu.edu">WGU</a>
When creating a link to a bookmark, the # symbol used within the href value is known as ___
hash
When the href value uses the # symbol, the browser will look for a location within what
document?Fa
Current
When the href value omits the # symbol, the browser will look for a location where?
in an external document
True or False. When adding an anchor element to a webpage, you cannot link it to a PDF
document.
False
True or False. You can wrap an image within an anchor element.
True