CHAPTER 1 PART 3 Flashcards

1
Q

Q: The ______ tag defines a definition list.

A

A: <dl>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Q: The ______ tag defines a term in a definition list.

A

A: <dt>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Q: The ______ tag defines a term’s definition.

A

A: <dd>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Q: The list within another list is called a ______ list.

A

A: Nested

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Q: MPEG stands for ______.

A

A: Moving Pictures Experts Group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Q: AAC stands for ______.

A

A: Advanced Audio Coding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Q: The ______ element embeds audio files on a webpage.

A

A: <audio></audio>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Q: The ______ attribute of <audio> starts playback automatically.</audio>

A

A: autoplay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Q: The ______ attribute of <audio> adds play/pause buttons.</audio>

A

A: controls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Q: The ______ attribute of <video> sets an image while the video loads.</video>

A

A: poster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q: Web hosting is the service of providing ______.

A

A: Storage space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Q: Companies providing web hosting services are called ______.

A

A: Web hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Q: ______ hosting is cost-effective for small websites.

A

A: Shared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Q: ______ hosting is paid and used for large websites.

A

A: Dedicated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Q: An image with clickable regions is called an ______.

A

A: Image map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Q: Clickable regions in an image map are called ______.

A

A: Hotspots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Q: The ______ attribute of <img></img> links to an image map.

A

A: usemap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Q: The ______ tag defines clickable regions in an image map.

A

A: <area></area>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Q: The ______ attribute of <area></area> defines the shape of a hotspot.

A

A: shape

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Q: The ______ attribute of <area></area> specifies hotspot coordinates.

A

A: coords

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Q: The <meta></meta> tag is placed inside the <body> tag. (True or False?)

22
Q

Q: The autofocus attribute works with all input types. (True or False?)

23
Q

Q: The readonly attribute allows users to edit input fields. (True or False?)

24
Q

Q: The placeholder attribute acts as a temporary label. (True or False?)

25
Q: The required attribute forces users to fill an input field. (True or False?)
A: True
26
Q: The multiple attribute works with . (True or False?)
A: True
27
Q: The disabled attribute prevents an input field from being submitted. (True or False?)
A: True
28
Q: The max attribute specifies the minimum value for an input field. (True or False?)
A: False
29
Q: The min attribute specifies the maximum value for an input field. (True or False?)
A: False
30
Q: The pattern attribute uses JavaScript for validation. (True or False?)
A: False
31
Q: Which attribute specifies the URL of an image map? (a) src (b) href (c) usemap (d) map
A: (c) usemap
32
Q: Which shape value defines a rectangular hotspot? (a) rect (b) circle (c) poly (d) square
A: (a) rect
33
Q: Which shape value defines a circular hotspot? (a) rect (b) circle (c) poly (d) round
A: (b) circle
34
Q: Select two attributes of
A: (a) loop, (b) muted
35
Q: Select two types of positioning in CSS: (a) static (b) floating (c) absolute (d) dynamic
A: (a) static, (c) absolute
36
Q: Select three attributes of