In: Computer Science
Question 8
Choose the item below that describes the process of creating an
image with the lowest file size that still renders a good quality
image.
O optimization
O multimedia
O validation
O bandwidth
QUESTION 9
Choose the item that creates an image link to the school.htm page
when the school.gif graphic is clicked.
O <a href="school.html" src="school.gif" alt="school">
</a>
O <a href="school.html"> <img src = "school.gif" alt = "
school "> </a>
O <img src =" school.gif "href =" school.htm "alt =" school
">
O None of these
QUESTION 10
Choose the recommended method (s) to obtain graphics for your
website.
O Purchase a CD of graphics.
O Use a graphics application and create your own.
O Right click and copy a graphic you like from any website.
O both a and b
QUESTION 11
Select the best reason to include height and width attributes on an
dmg tag
O they are required attributes and must always be included
O to help the browser render the Dege faster because it reierves
the appropriate space for the image
O to nelp the browser display the image in its own window
O None of these
QUESTION 12
Select the browser's action when you configure BOTH a background
color and background image for the body selector.
O display the background color instead of the background
image
O will display no background for the page because it is
"confused"
O display the background color while the background image loads and
before the background image is displayed
O You cannot configure both a background color and a background
image.
QUESTION 13
Select the code below that associates a favorites icon
named favicon.ico with a web page document.
O dmg href = "favicon.ico" alt- "favarites" width = "16 height ="
16> dink rel = "favican" type = "image'gir" href-
"favicon.ico">
O dink rel = "icon "type =" imagex-lcon "href =" laviconlco ">
O ca href-'Yavi conico"> dmg href- "favicon.ico" alt- "favorites" widthe "16" height- "16">< / a>
QUESTION 14
Select the cade below that configures a backgroundi
image to repeat horizontally across a web page.
O val gn = "left "
O background-repeat: repeat-x:
O packground-repeat repeat-y;
O hspace =" 10"
QUESTION15.
Select the code below that uses CSS to eliminate the
default border on an image configured as an image link.
O a {border: 0; }
O img {border: 0:}
O img {border-style: none; }
O None of these
QUESTION 16
Select the code below that will configure a background image called
parchment.gif for a web page using CSS.
O body {background-image: url (parchment.gif):}
O document {background: parchment.gif; }
O body (background: parchment.gif '}
O None of these
QUESTION 17
Select the tag used to place an image on a web page.
O <a href>
O <graphic >
O <image>
O<img>
QUESTION 18
The CSS3 property configures the transparency of an element.
O background-opacity
O opacity-background
O opacity
O transparency
QUESTION 19
The HTML5 element visually displays a bar that depicts a numeric
value within a specified range. O section
O meter
O time
O progress
QUESTION 20
The Web Safe Color Palette is a collection of 216 colors that
O display quicker than other colors
O display the most similar on both the Mac and PC platforms
O relate to the fashion industry and change each year
O None of these
QUESTION 21
The element displays a visual gauge of a numeric value
within a known range.
O border
O progress
O hr
O meter
Question 22
The is the area between the content and the
border.
O border
O spacing
O padding
O None of these
QUESTION 23
The letters in the acronym HSLA indicate:
O hue, selection, lightness, alpha
O hue, shade, luminosity, alpha
O hue, saturation, lightness, alpha
O hue, saturation, luminosity , alpha
QUESTION 24
The process of ensuring that web pages coded with new or advanced
techniques still are usable in browsers that do not offer support
for the newer features is called:
O valid enhancement
O optimization
O progressive enhancement
O validation
QUESTION 25
The tag used to create a horizontal line on a web page is:
O <br>
O < line>
O<hr>
O<hl>
Question 8:
Answer: optimization
Question 9:
Answer: <a href="school.html"> <img src = "school.gif" alt = " school "> </a>
Question 10:
Answer: both a and b
(Purchase a CD of graphics & Use a graphics application and create your own)
Question 11:
Answer: to help the browser render the Dege faster because it reierves the appropriate space for the image
Question 12:
Answer: display the background color while the background image loads and before the background image is displayed
Question 13:
Answer: dink rel = "icon "type =" imagex-lcon "href =" laviconlco ">
Question 14:
Answer: background-repeat: repeat-x
Question 15:
Answer: img {border: 0:}
Question 16:
Answer: body {background-image: url (parchment.gif):}
Question 17:
Answer: <img>
Question 18:
Answer: opacity
Question 19:
Answer: progress
Question 20:
Answer: display the most similar on both the Mac and PC platforms
Question 21:
Answer: meter
Question 22:
Answer: padding
Question 23:
Answer: hue, saturation, lightness, alpha
Question 24:
Answer: progressive enhancement
Question 25:
Answer: <hr>