Exam 7: Inserting and Working With Images
Exam 1: Getting Started With HTML75 Questions
Exam 2: Structuring Content in a Web Document75 Questions
Exam 3: Getting Started With CSS71 Questions
Exam 4: Laying Out Elements With CSS75 Questions
Exam 5: Formatting Text With CSS75 Questions
Exam 6: Inserting and Working With Links74 Questions
Exam 7: Inserting and Working With Images74 Questions
Exam 8: Organizing Content With-Lists And-Tables75 Questions
Exam 9: Implementing Responsive Design74 Questions
Exam 10: Creating and Processing Web Forms75 Questions
Exam 11: Creating Visual Effects and Animation75 Questions
Exam 12: Incorporating Video and Audio74 Questions
Exam 13: Programming Web Pages With Javascript75 Questions
Exam 14: Integrating Social Media75 Questions
Exam 15: Optimizing Your Web Site for Search Engines75 Questions
Exam 16: Testing and Improving Performance70 Questions
Select questions type
More recently, the Super Vector Graphics (SVG) format has seen wider support in browsers; it is optimal for encoding line art._________________________
Free
(True/False)
4.8/5
(43)
Correct Answer:
False
Match each term with the appropriate definition.
- Optimal format for photographs
Free
(Multiple Choice)
4.9/5
(42)
Correct Answer:
D
What is the benefit of styling an image with opacity? Using CSS3 syntax, what would be the code to set the "opacity" property at 50%.
Free
(Essay)
4.7/5
(40)
Correct Answer:
1) By changing the opacity of an image, you can increase its contrast with other page elements or make it more closely match a site's design.
2) The standard CSS3 syntax uses the "opacity" property with a decimal value from 0 (fully transparent) to 1 (fully opaque). To set 50% opacity, you could use the code: opacity: 0.5;
A favicon is a graphic file 16 pixels in width by ____ pixels in height.
(Multiple Choice)
4.9/5
(30)
The most widely supported graphics formats are GIF, JPEG, and PNG.
(True/False)
4.9/5
(34)
Optimizing your use of the figcaption element and the alt and title attributes of the image tag requires examining the purpose of any image-related text you want to add to your web pages.When are each of the text labeling methods (alt text, caption, and title) most commonly used?
(Essay)
4.8/5
(35)
The size of a bitmap image is measured in inches, which are the individual dots that make up the image._________________________
(True/False)
4.9/5
(35)
Images can currently be represented electronically in two ways: as bitmaps or as properties._________________________
(True/False)
4.8/5
(45)
Most visual user agents display the value of the title attribute as floating text when a user moves the mouse pointer over the associated element.
(True/False)
4.7/5
(34)
The ____ format, named for the Joint Photographic Experts Group that created it, is optimized for images that contain many colors, such as photographs.
(Multiple Choice)
4.9/5
(34)
You can add a link to an image in an HTML document by enclosing the img element in an a element.
(True/False)
4.9/5
(31)
PNG, short for Portable ____ Graphics, was originally designed as a free alternative to GIF when GIF usage required licensing fees.
(Multiple Choice)
4.8/5
(38)
The standard resolution for display on a monitor is ____ dpi.
(Multiple Choice)
4.9/5
(40)
The title attribute is generally used to provide explanation or additional information if a user seeks it out._________________________
(True/False)
4.8/5
(40)
As a general rule, alt text should describe an image without adding additional information, as this text is intended to be able to substitute for the image._________________________
(True/False)
4.8/5
(41)
You can use HTML to incorporate images into your Web pages and specify CSS ____ to affect the way user agents display the images.
(Multiple Choice)
4.9/5
(28)
Match each term with the appropriate definition.
- Encodes the appearance of a graphic as geometric shapes
(Multiple Choice)
4.8/5
(38)
Case-Based Critical Thinking Question
Kristin coaches a high school hockey team and has started a website to showcase the players.
- Before she uses the SVG format, Kristin researches browser support.The following browser offers high support of SVG: ____.
(Multiple Choice)
4.7/5
(35)
Like span elements, img elements are embedded elements by default.
(True/False)
4.9/5
(43)
All bitmap images are created to be displayed at a set ____.
(Multiple Choice)
4.9/5
(43)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)