Web Design Flashcards
1
Q
Background color code?
A
background-color:rgb( , , );
2
Q
text position?
A
text-align: ;
3
Q
text colour?
A
color:rgb( , , )
4
Q
text size?
A
fomt-size; %;
5
Q
text font?
A
font-family: ;
6
Q
fonts that can be used? name 3
A
Comic sans ms
Terbuchet
Arial(narrow)
Times (new roman)
Courier
Brush script
7
Q
border?
A
border: px solid/dashed colour;
8
Q
remove text decoration?
A
text-decoration:none
9
Q
two codes for padding round an image?
A
hspace=” “ vspace=” “
10
Q
two codes for height and width of an image?
A
width=” “ height=” “
11
Q
where an image is
A
align=” “
12
Q
what do you use a div for
A
to make a few lines drifferent to the rest