ICT Q2 L1-L4 Flashcards

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

A

repeat-x

23
Q

Repeats background
vertically

A

Repeat-y

24
Q

Does not repeat the
background

A

No repeat

25
Q

BACKGROUND CAN BE LOCATED WHERE THE IMAGE WILL BE POSITIONED ON THE WEB PAGE BY SPECIFYING A CERTAIN VALUE OR A
KEYWORD LOCATION.

A

Background-position

26
Q

THIS PROPERTY ALLOWS YOU TO CONTROL HOW THE BACKGROUND
SCROLLS WITH THE WEBPAGE

A

Background-attachment:

27
Q

Background scrolls
with document
(default)

A

scroll

28
Q

Background is steady
and does not follow
scroll action.

A

fixed

29
Q

THE ________ PROPERTY SPECIFIES WHAT KIND OF BORDER
TO DISPLAY.

A

BORDER-STYLE

30
Q

DEFINES A DOTTED BORDER

A

Dotted

31
Q
  • DEFINES A DASHED BORDER
A

Dashed

32
Q
  • DEFINES A SOLID BORDER
A

Solid

33
Q

DEFINES A DOUBLE BORDER

A

Double

34
Q

DEFINES A 3D GROOVED BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR
VALUE

A

Groove

35
Q
  • DEFINES A 3D RIDGED BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUE
A

Ridge

36
Q

DEFINES A 3D INSET BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR VALUE

A

Inset

37
Q

DEFINES A 3D OUTSET BORDER. THE EFFECT DEPENDS ON THE BORDER-COLOR
VALUEOu

A

Outset

38
Q
  • DEFINES NO BORDER
A

None

39
Q

THE ______ PROPERTY ALLOWS YOU TO SPECIFY THE
WIDTH OF A BORDER

A

Border-width:

40
Q

THE PROPERTY ALLOWS YOU TO SPECIFY THE
COLOR OF A BORDER.

A

BORDER COLOR

41
Q

IT IS USED TO SPECIFY THE BORDER THICKNESS, STYLE AND COLOR
OF AN HTML ELEMENT IN A SINGE LINE.

A

BORDER SHORTHAND

42
Q

Value of border shorthand

A

BORDER-WIDTH, BORDER-STYLE, BORDER-COLOR;

42
Q
  • SPECIFY AN IMAGE AS THE BORDER AROUND AN
    ELEMENT.
A

BORDER IMAGE

43
Q

This property is fundamental in the border image shorthand as it defines how the image
is divided and used for the border.

A

BORDER-IMAGE-SLICE

43
Q

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.

A

BORDER-IMAGE-REPEAT

44
Q

The border image is ______ to fill the
border space. This
might distort the
image if the border
is much larger than
the image slice

A

Border-image-repeat: stretch

45
Q

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.

A

Border-image-repeat: repeat

46
Q

Similar to repeat, but
the image is scaled
to fit the border area
perfectly without
being cut off.

A

Border-image-repeat: round

47
Q

The image is
repeated like in
repeat, but with
extra space added
between slices to fit
the border area
without resizing the
image.

A

Border-image-repeat: space

48
Q

THE PROPERTY DEFINES THE RADIUS OF
THE ELEMENT’S CORNERS.

A

BORDER RADIUS

49
Q

FOUR VALUES

A

TOP-LEFT
CORNER, TOP-RIGHT CORNER, BOTTOM RIGHT CORNER, BOTTOM-LEFT CORNER

Inverse C

50
Q

THREE VALUES

A

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
Q

TWO VALUES

A

TO TOP-LEFT AND
BOTTOM-RIGHT CORNERS, AND THE SECOND VALUE APPLIES TO TOP-RIGHT AND BOTTOMLEFT CORNERS)

LETTER X

52
Q

ONE VALUE

A

All four corners