WorksheetsCSS Quiz
Total questions: 52
Worksheet time: 1hrs 18mins
Which of the following is NOT a way to include CSS in an HTML document?
Inline CSS
Embedded CSS
Imported CSS
Internal JavaScript
Which CSS method has the highest priority?
External CSS
Embedded CSS
Inline CSS
Imported CSS
What attribute of specifies the stylesheet location?
src
href
path
style
What is the default value of the media attribute in ?
screen
all
projection
What will be the color of the text?
Red
Blue
Black
Browser default
Which syntax is correct for CSS comments?
// comment
/* comment */
# comment
Which unit is relative to the size of the parent element?
px
em
cm
in
What will be the letter spacing?
12pt
24pt
2px
Depends on font size
Which property is used to align text?
text-indent
text-align
word-spacing
text-transform
What value of text-transform makes all letters capitalized?
uppercase
lowercase
capitalize
bold
How will the text appear?
Center aligned with underline
Left aligned with strike-through
Center aligned with strike-through
Justified text with bold
Which property is used to prevent a background image from repeating?
background-attachment
background-repeat
background-position
background-color
What effect does this code create?
Image repeats horizontally and vertically
Image repeats only horizontally
Image appears once and stays fixed while scrolling
Image does not appear
Which property makes text italic?
font-style
font-weight
font-variant
text-transform
Which property sets small-caps style?
font-size
font-variant
font-stretch
font-transform
What effect does this have?
Extra thin text
Very bold text
Normal text
Italic text
Which attribute of
