Style Rules
Style Sheets
Fonts
Typography
Miscellaneous
100
Which tag is selected to change the paragraph tag?
p
100
What is the file extension on a CSS style sheet?
.CSS
100
How do we usually measure font sizes in web pages?
By pixels
100
Which heading has the smaller font size h1 or h6?
h6
100
Hyperlinks to different parts of the same page are called
Named anchors
200
Class names begin with
A dot (.)
200
Where should a CSS style sheet be saved?
In the root folder
200
Serifs are…
Small extensions found at the ends of the strokes of a character
200
Typeface refers to
A set of letters drawn in a specific style
200
When an entire paragraph is indented, this is called
Block quote
300
Style sheets contain ____ that modify HTML elements.
rules
300
What is an easy way to create a new style based on a style that already exists?
Duplicate
300
Why do we NOT use underlined text on a webpage?
Because users expect underlined text to be a hyperlink
300
The arrangement, shape, size, style and weight of text is called
Typography
300
Where should a .css style sheet be applied?
To every page in the website
400
The background color of a webpage is changed by changing what tag?
The body tag
400
Why is a style sheet used to format a website?
consistency
400
Monitors display in what measurement?
pixels
400
The size of printed text is measured in
Points
400
What case of text is harder to read?
All UPPER case
500
Which type attribute is used for selecting the thickness of text?
Weight
500
A rule that can be applied to different tags is called
A class style
500
Why does Dreaweaver list only a few fonts in the font list?
It only lists the most commonly available fonts
500
Which two alignments styles is best for paragraph text?
Left and justified
500
How many types of css styles are there?
3—tag, class & advanced