CHAPTER 1 PART 3 Flashcards
Q: The ______ tag defines a definition list.
A: <dl>
Q: The ______ tag defines a term in a definition list.
A: <dt>
Q: The ______ tag defines a term’s definition.
A: <dd>
Q: The list within another list is called a ______ list.
A: Nested
Q: MPEG stands for ______.
A: Moving Pictures Experts Group
Q: AAC stands for ______.
A: Advanced Audio Coding
Q: The ______ element embeds audio files on a webpage.
A: <audio></audio>
Q: The ______ attribute of <audio> starts playback automatically.</audio>
A: autoplay
Q: The ______ attribute of <audio> adds play/pause buttons.</audio>
A: controls
Q: The ______ attribute of <video> sets an image while the video loads.</video>
A: poster
Q: Web hosting is the service of providing ______.
A: Storage space
Q: Companies providing web hosting services are called ______.
A: Web hosts
Q: ______ hosting is cost-effective for small websites.
A: Shared
Q: ______ hosting is paid and used for large websites.
A: Dedicated
Q: An image with clickable regions is called an ______.
A: Image map
Q: Clickable regions in an image map are called ______.
A: Hotspots
Q: The ______ attribute of <img></img> links to an image map.
A: usemap
Q: The ______ tag defines clickable regions in an image map.
A: <area></area>
Q: The ______ attribute of <area></area> defines the shape of a hotspot.
A: shape
Q: The ______ attribute of <area></area> specifies hotspot coordinates.
A: coords
Q: The <meta></meta> tag is placed inside the <body> tag. (True or False?)
A: False
Q: The autofocus attribute works with all input types. (True or False?)
A: False
Q: The readonly attribute allows users to edit input fields. (True or False?)
A: False
Q: The placeholder attribute acts as a temporary label. (True or False?)
A: True
- reverses the list order.
A: reversed