ch1 prt 4 Flashcards

1
Q

Q: Dedicated hosting is cheaper than shared hosting. (True or False?)

A

A: False

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

Q: Free hosting provides a custom domain name. (True or False?)

A

A: False

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

Q: The poster attribute in <video> shows an image while the video loads. (True or False?)</video>

A

A: True

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

The loop attribute restarts audio/video after it finishes. (True or False?)

A

A: True

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

Q: The preload attribute specifies if a video should load automatically. (True or False?)

A

A: True

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

Q: The autoplay attribute works even if muted. (True or False?)

A

A: True

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

Q: Which tag creates a numbered list?
(a) <ul>
(b) <ol>
(c) <li>
(d) <dl>

A

A: (b) <ol>

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

Q: Which attribute sets the starting number of an ordered list?
(a) start
(b) value
(c) begin
(d) type

A

A: (a) start

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

Q: Which CSS property controls text capitalization?
(a) text-transform
(b) font-style
(c) text-decoration
(d) letter-spacing

A

A: (a) text-transform

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

Q: Select two valid values for list-style-type:
(a) disc
(b) circle
(c) triangle
(d) diamond

A

A: (a) disc, (b) circle

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

Q: Select two attributes of <meta></meta>:
(a) keywords
(b) description
(c) link
(d) src

A

A: (a) keywords, (b) description

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

Q: Select three valid input types in HTML5:
(a) color
(b) date
(c) time
(d) currency
(e) week

A

A: (a) color, (b) date, (e) week

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

Match the Columns
Front: Match the CSS properties to their functions:

text-align

text-decoration

font-family

margin-left

Options:
(a) Sets left margin
(b) Changes font type
(c) Aligns text horizontally
(d) Adds underline/strikethrough

A

1-c, 2-d, 3-b, 4-a

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

Q: The ______ attribute of <input></input> specifies the minimum value for an input field.

A

A: min

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

Q: The ______ attribute of <meta></meta> specifies the name of metadata.

A

A: name

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

Q: The ______ attribute of <meta></meta> specifies the character encoding used by the document.

A

A: charset

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

Q: The ______ attribute of <input></input> specifies that an input field is read-only.

A

A: readonly

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

Q: The ______ attribute of <input></input> acts as a temporary label.

A

A: placeholder

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

Q: The ______ attribute of <input></input> specifies that a field is required.

A

A: required

20
Q

Q: The ______ attribute of <input></input> enables auto-focus on page load.

A

A: autofocus

21
Q

Q: The ______ tag is used to specify multiple media resources for media elements.

A

A: <source></source>

22
Q

Q: The ______ attribute of <audio> specifies muted audio output.</audio>

23
Q

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

24
Q

Q: The ______ attribute of <video> specifies if a video should load automatically.</video>

A

A: preload

25
Q: The ______ attribute of