Home > Web Development > Quizzes > Web Technology Basics Practice Test: Handling Images, Audio and Video
Web Technology Basics Practice Test: Handling Images, Audio and Video
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “What is the value of coords attribute for a circle?”
Quiz on adding images using the element and choosing the right format, image maps, and adding flash, video, and audio to web pages. You can use the element to display images on a web page. The tag has attributes that control the image's display, size, and alignment: src: Specifies the image file's location alt: Provides alternative text for screen readers and displays if the image fails to load width: Specifies the image's width height: Specifies the image's height  You can also use the align attribute to control the image's alignment within the text, but this attribute is deprecated in... Show more
Web Technology Basics Practice Test: Handling Images, Audio and Video
Time left 00:00
25 Questions

1. Which of the following is not true about element?
2. What happens when only the width of the image is displayed and not height?
3. Which of the following is an align value that isn’t a part of HTML specification?
4. Which one of the following is wrong about element?
5. Which of the following is not true about Client-side Image maps?
6. How are PNG format images different from GIF format images?
7. What does a valuetype object do?
8. How many coordinates does in polygon have for the coords attribute?
9. How does Image Maps work?
10. What is the default value if the shape attribute is not specified?
11. The code below uses which attributes?
< object type=”application/x-shockwave-flash” width=”400” height=”170”
< /object >",Type
12. How many colors does a black and white GIF have?
13. In which case animated GIFs works best?
14. What is nohref used for?
15. How are Image Maps helpful?
16. Which audio format is needed to prevent from passing an audio file to another user?
17. How to assign border to an image?
18. If you have two areas that overlap each other, which one among the two in the code will take precedence?
19. Proper syntax to use alt attribute is?
20. If an image doesn’t add any information to the page, which of the following statement is correct?
21. Browsers automatically show the different formats of rich media?
22. Which of the following is not true which helps the website to load faster?
23. What is the function of the coords attribute?
24. What does < a href=”test.mp3” > test mp3 < /a > help to perform?
25. Why are Images often used on the webpage?