Font and Borders Flashcards

1
Q

The _____ and ____ you use to your texts create
an impact to the overall feel of the website.

A

font and style

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

give your website
its character or what the site is all about

A

font

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

It helps
users understand the purpose of the website.

A

fonts

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

sets the font family, boldness,
size, and style of a text.

A

Font properties

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

Sets the font family for text.

A

font-family

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

Set in a way that you start with the font you
want and end with a generic family. If the
browser does not support the first font, it tries
the next font. (pabasa)

A

example:
p {
font-family: “Trebauche MS”, Helvetica, san-serif;
}

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

are small lines at the end of
the character.

A

Serifs

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

Times New Roman, Courier,
New Century Schoolbook and
Palatino. are examples of what font

A

serifs

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

These fonts are much easier to read
in printed works.

A

serifs

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

“sans” means

A

without

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

do not have
the lines at the end of the characters.

A

San serif fonts

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

Arial and
Verdana is an example of what font

A

sanserif

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

It is said that on computer
screen, these fonts are
considered easier to read than serif
fonts.

A

sans serif fonts

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

This sets the font size of a text.

A

Font-size

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

There are three
ways to set a font size:

A

with pixels, with em, or
with a combination of percent and em.

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

Sets the font style of a text.

A

Font-Style

17
Q

There are three possible
values for font-style

A

normal,
italic and oblique.

18
Q

This property sets whether a text should be
displayed in small caps or not.

A

Font-Variant

19
Q

This sets the weight of a font. By default the value
of this property is normal.

A

Font-Weight

20
Q

This makes the character of the text thick.

A

bold

21
Q

This makes the character of the text thicker.

A

bolder

22
Q

This makes the character of the text lighter.

A

lighter

23
Q

allow you to specify the style,
width, and color of an element’s border.

A

CSS border properties

24
Q

specifies the width of the four
borders.

A

border-width

25
Q

is
used to set the color of the four
borders.

A

The border-color property

26
Q

can have from one to four values
(for the top border, right border, bottom border, and the left
border).

A

border-color property

27
Q

there are also
properties for specifying
each of the borders (top,
right, bottom, and left):

A

border sides
ex:

border-top-style: solid
border-bottom-style: dotted
border-right-style: dotted
border-left-style: solid

28
Q

specifies what kind of border to
display.

A

border-style

29
Q

BORDER STYLES EXAMPLE (PABASA)
Dotted
Dashed
Solid
Double
Groove
Ridge
Inset
Outset
None
Hidden

A

Dotted
Dashed
Solid
Double
Groove
Ridge
Inset
Outset
None
Hidden