CSS
Test
Model Test
Ebook
Quiz 1: Test on Basic CSS3
Quiz 2: Test on CSS3 selector
Quiz 3: Test on CSS3 Color, Unit and Value
Quiz 4: CSS Test on Formating Text
Quiz 5: Test on CSS3 Box-Model
Quiz 6: CSS3 Model Test one
Quiz 7: CSS3 Model Test Two
Index
CSS Home
CSS Basic
37
CSS Backgrounds
3
CSS Text Effects
26
CSS Layouts
5
CSS Colors
10
CSS Fonts
15
CSS Media Queries
1
CSS Selectors
30
CSS Cross-Browser
5
CSS Values an Units
20
CSS Box Model
13
CSS User Interface
1
Schools
Ebook
Question:
What does CSS stand for?
A
Cascading Style Sheets
B
Computer Style Sheets
C
Colorful Style Sheets
D
Creative Style Sheets
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct HTML for referring to an external style sheet?
A
<link rel="stylesheet" type="text/css" href="mystyle.css">
B
<style src="mystyle.css" />
C
<stylesheet>mystyle.css</stylesheet />
Note:
Not available
Show answer
Show Note
Report
Question:
Where in an HTML document is the correct place to refer to an external style sheet?
A
In the <body> section
B
At the top of the document
C
At the end of the document
D
In the <head> section
Note:
Not available
Show answer
Show Note
Report
Question:
Which HTML tag is used to define an internal style sheet?
A
<css>
B
<style>
C
<script>
Note:
Not available
Show answer
Show Note
Report
Question:
Which HTML attribute is used to define inline styles?
A
styles
B
class
C
font
D
style
Note:
Not available
Show answer
Show Note
Report
Question:
Which is the correct CSS syntax?
A
body:color=black
B
body {color: black}
C
{body:color=black(body}
D
{body;color:black}
Note:
Not available
Show answer
Show Note
Report
Question:
How do you insert a comment in a CSS file?
A
// this is a comment
B
' this is a comment
C
// this is a comment //
D
/* this is a comment */
Note:
Not available
Show answer
Show Note
Report
Question:
Which property is used to change the background color?
A
color:
B
bgcolor:
C
background-color:
Note:
Not available
Show answer
Show Note
Report
Question:
How do you add a background color for all <h1> elements?
A
all.h1 {background-color:#FFFFFF}
B
h1 {background-color:#FFFFFF}
C
h1.all {background-color:#FFFFFF}
Note:
Not available
Show answer
Show Note
Report
Question:
How do you change the text color of an element?
A
color:
B
text-color:
C
text-color=
D
fgcolor:
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
Next
Last
/17
Go
Schools
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd