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
Schools
CSS
CSS Basic
50
CSS Selectors
19
CSS Box Model
11
CSS Text Effects
10
CSS Fonts
6
CSS Media Queries
1
CSS Values an Units
18
CSS Cross-Browser
5
CSS Colors
7
Descriptive
Ebook
Question:
What does CSS stand for?
A
Cascading Style Sheets
B
Computer Style Sheets
C
Colorful Style Sheets
D
Creative Style Sheets
Facebook
Twitter
Details
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 />
Facebook
Twitter
Details
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
Facebook
Twitter
Details
Question:
Which HTML tag is used to define an internal style sheet?
A
<css>
B
<style>
C
<script>
Facebook
Twitter
Details
Question:
Which HTML attribute is used to define inline styles?
A
styles
B
class
C
font
D
style
Facebook
Twitter
Details
Question:
Which is the correct CSS syntax?
A
body:color=black
B
body {color: black}
C
{body:color=black(body}
D
{body;color:black}
Facebook
Twitter
Details
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 */
Facebook
Twitter
Details
Question:
Which property is used to change the background color?
A
color:
B
bgcolor:
C
background-color:
Facebook
Twitter
Details
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}
Facebook
Twitter
Details
Question:
How do you change the text color of an element?
A
color:
B
text-color:
C
text-color=
D
fgcolor:
Facebook
Twitter
Details
First
Prev
1
2
3
Next
Last
/13
Go
Schools
Blogs
E-books
Games
Freelancers & Professionals
Shops
Newspapers
Download
Search
Courses
Terms
Privacy
Copyright © 2021. Powered by
Intellect Software Ltd