ICT Q2 L1-L4 Flashcards

(54 cards)

1
Q

Indicates the typeface.

A

font-family

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

Indicates if the text is written in italics, obliquely, or normal

A

font-style

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

Indicates the thickness of the characters

A

font-weight

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

Indicates the size of the text.

A

font-size

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

Is used to do small-caps within a text
element.

A

font-variant

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

Indicates the alignment.

A

text-align

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

Indicates the decoration applied.

A

text-decoration

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

Indicates the case of the text.

A

text-transform

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

Indicates the line spacing taken up by each line.

A

line-height

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

Indents the first line of each paragraph

A

text-indent

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

link your html with css

A

<link rel=”stylescheet” href=”cssname.css” type=text/css”>

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

THE ________ IS ESSENTIALLY A ___ THAT WRAPS AROUND
EVERY HTML ELEMENT

A

box model

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

*THE BOX MODEL CONSISTS OF

A

MARGINS
*BORDERS
*PADDING
*AND THE ACTUAL CONTENT

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

TEXT AND IMAGES APPEAR

A

Content

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

CLEARS AN AREA AROUND THE CONTENT

A

PADDING

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

GOES AROUND THE PADDING AND
CONTENT.

A

Border

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

CLEARS AN AREA OUTSIDE THE BORDER.

A

MARGIN

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

WILL ALLOW YOU TO CONTROL WHERE A SPECIFIED
BLOCK ELEMENT WILL BE LOCATED OR PLACED ON THE PAGE AND
WHERE THE OTHER ELEMENTS WILL BE POSITIONED IN RELATION TO
THE SAID BLOCK.

A

Float

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

Set color to a
specific value (bg)

A

Background-color

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

Set the background
to the image
selected by the URL (bg)

A

Background-image

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

Repeats background
(default)

A

Background-repeat:

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

Repeats background
horizontally

23
Q

Repeats background
vertically

24
Q

Does not repeat the
background

25
BACKGROUND CAN BE LOCATED WHERE THE IMAGE WILL BE POSITIONED ON THE WEB PAGE BY SPECIFYING A CERTAIN VALUE OR A KEYWORD LOCATION.
Background-position
26
THIS PROPERTY ALLOWS YOU TO CONTROL HOW THE BACKGROUND SCROLLS WITH THE WEBPAGE
Background-attachment:
27
Background scrolls with document (default)
scroll
28
Background is steady and does not follow scroll action.
fixed
29
THE ________ PROPERTY SPECIFIES WHAT KIND OF BORDER TO DISPLAY.
BORDER-STYLE
30
DEFINES A DOTTED BORDER
Dotted
31
- DEFINES A DASHED BORDER
Dashed
32
- DEFINES A SOLID BORDER
Solid
33
DEFINES A DOUBLE BORDER
Double
34
DEFINES A 3D GROOVED BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUE
Groove
35
- DEFINES A 3D RIDGED BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUE
Ridge
36
DEFINES A 3D INSET BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUE
Inset
37
DEFINES A 3D OUTSET BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUEOu
Outset
38
- DEFINES NO BORDER
None
39
THE ______ PROPERTY ALLOWS YOU TO SPECIFY THE WIDTH OF A BORDER
Border-width:
40
THE PROPERTY ALLOWS YOU TO SPECIFY THE COLOR OF A BORDER.
BORDER COLOR
41
IT IS USED TO SPECIFY THE BORDER THICKNESS, STYLE AND COLOR OF AN HTML ELEMENT IN A SINGE LINE.
BORDER SHORTHAND
42
Value of border shorthand
BORDER-WIDTH, BORDER-STYLE, BORDER-COLOR;
42
* SPECIFY AN IMAGE AS THE BORDER AROUND AN ELEMENT.
BORDER IMAGE
43
This property is fundamental in the border image shorthand as it defines how the image is divided and used for the border.
BORDER-IMAGE-SLICE
43
is a CSS property that specifies how the parts of an image used for a border (as defined by border image-slice) are fitted or repeated around the border of an element.
BORDER-IMAGE-REPEAT
44
The border image is ______ to fill the border space. This might distort the image if the border is much larger than the image slice
Border-image-repeat: stretch
45
The border image is tiled (repeated) to cover the border. If the image is too small, it repeats as needed, sometimes cutting off part of the image.
Border-image-repeat: repeat
46
Similar to repeat, but the image is scaled to fit the border area perfectly without being cut off.
Border-image-repeat: round
47
The image is repeated like in repeat, but with extra space added between slices to fit the border area without resizing the image.
Border-image-repeat: space
48
THE PROPERTY DEFINES THE RADIUS OF THE ELEMENT’S CORNERS.
BORDER RADIUS
49
FOUR VALUES
TOP-LEFT CORNER, TOP-RIGHT CORNER, BOTTOM RIGHT CORNER, BOTTOM-LEFT CORNER Inverse C
50
THREE VALUES
FIRST VALUE APPLIES TO TOP-LEFT CORNER, SECOND VALUE APPLIES TO TOP-RIGHT AND BOTTOM-LEFT CORNERS, AND THIRD VALUE APPLIES TO BOTTOM-RIGHT CORNER) letter Z
51
TWO VALUES
TO TOP-LEFT AND BOTTOM-RIGHT CORNERS, AND THE SECOND VALUE APPLIES TO TOP-RIGHT AND BOTTOMLEFT CORNERS) LETTER X
52
ONE VALUE
All four corners