Ch5: Graphics & Text Styling Basics Flashcards
Which attribute specifies text that is available to browsers and other user agents that do not support graphics?
alt
Which of the following configures an image link to a web page when a graphic is clicked?
Code an img element that is contained within an anchor element with an href attribute for the hyperlink
Why should you include height and width attributes on an img element?
They help the browser reserve the appropriate space for the image
Which declaration configures an unordered list item with a square list marker?
list-style-type: squate;
Which CSS property will configure the font typeface?
font-family
Which configures a class called news with red text, large font, and Arial or sans-serif font using CSS?
.news {
color: red;
font-size: large;
font-family: Arial, sans-serif;
}
Which of the following configures a graphic to repeat vertically down the side of a web page?
background-repeat: repeat-y;
Which CSS property configures the background image of an element?
background-image
What is the process of creating an image with the lowest file size that still renders a good-quality image–balancing image quality and file size?
optimization
Which of the following graphic file types do not support transparency?
JPG