html css Flashcards
quiz on css tags and options
1
Q
property for text colors
A
color
2
Q
property for text fonts
A
font-family
3
Q
property for text sizes
A
font-size
4
Q
property for borders
A
border
5
Q
property for space inside the border
A
padding
6
Q
property for space outside the border
A
margin
7
Q
element to define internal CSS
A
<style>
</style>
8
Q
element to refer to an external CSS file
A
<link></link>
9
Q
element to store <style> and <link></link> elements</style>
A
<head>
</head>