CSS Basic
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:
To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?
A
True
B
False
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:
How do you display hyperlinks without an underline?
A
a {underline:none}
B
a {decoration:no underline}
C
a {text-decoration:no underline}
D
a {text-decoration:none}
Note:
Not available
Show answer
Show Note
Report
Question:
A declaration is terminated by a _____
A
! (exclamation mark)
B
: (colon)
C
. (period)
D
; (semi colon)
Note:
Not available
Show answer
Show Note
Report
Question:
Spaces are not permitted in 1. property names 2. between unit of measurement and the number Literal
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
How can you make a comment to your CSS?
A
*/ This is CSS comment /*
B
/* This is CSS comment */
C
// This is CSS comment
D
# This is CSS comment
E
<!-- This is CSS comment -->
Note:
Not available
Show answer
Show Note
Report
Question:
Cascade in CSS refers to ______
A
rules are added together and applied cumulatively.
B
rules are added together and applied individually.
C
rules are added together and applied latest.
D
none
Note:
Not available
Show answer
Show Note
Report
Question:
Where do you create CSS?
A
in <style> element
B
at style attribute in any element
C
external file with extension .css
D
<body> element
Note:
Not available
Show answer
Show Note
Report
Question:
You can not apply more than one <style> element in one html document
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
How can you import basic.css file to another.css file?
A
<link href="another.css" rel="stylesheet" type="text/css" />
B
import url(another.css);
C
<style>import url(another.css);</style>
D
none
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd