Online Multiple Choice Exam : Cascaded Style Sheets
admin2013-05-19T06:23:32+00:00CSS
Start
Congratulations - you have completed CSS.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 |
[Select Two Options] : "sans-serif" font family resembles like -
A | Courier |
B | Arial |
C | Times |
D | Helvetica |
Question 2 |
Which of the following is used to represent unvisited hyperlink.
A | :unvisited |
B | :nonvisited |
C | :fresh |
D | :link |
Question 2 Explanation:
:linkrepresents unvisited hyperlink.
Question 3 |
a{ text-decoration: none; } a:focus, a:hover { text-decoration: underline; }Unvisited link will be displayed with underline. Say True or False.
A | False |
B | True |
Question 3 Explanation:
Only hovered and focused links will be having underline.
Question 4 |
Following Style is applied to -
div.wrapper h2 { font-size: 18px; margin-top: 0; }
A | Type 2 Heading inside Element div of class wrapper. |
B | None Of These |
C | Type 2 Heading inside Element div with id wrapper. |
D | Type 2 Heading inside Element div of any class |
Question 5 |
"Courier / Courier New" resembles following generic font family -
A | cursive |
B | fantasy |
C | serif |
D | monospace |
Question 6 |
Multiple font faces are separated by __________ .
A | Semicolon |
B | Dot |
C | Comma |
D | Slash |
Question 7 |
Element that Currently has the user’s mouse pointer hovering over it represents one of the following Pseudo Class.
A | :gotfocus |
B | :hovar |
C | :hover |
D | :focus |
Question 7 Explanation:
Element that Currently has the user’s mouse pointer hovering over it represented by -
:hoverpseudo code.
Question 8 |
Serif fonts have small lines at the ends on some characters.
State whether true or false.
A | False |
B | True |
Question 9 |
We write single ______ before the pseudo-class property.
A | Semicolon |
B | Dot |
C | Hash |
D | Colon |
Question 9 Explanation:
Pseudo-classes have a single colon before the pseudo-class property.
Question 10 |
Following CSS code is written -
<style> a:link { color:#FF0000; } a:visited { color:#00FF00; } a:hover { color:#FF00FF; } a:active { color:#0000FF; } </style>User have created 5 pages and included same css in each page. Each page having list of all 5 pages with links. User is currently viewing 5.html then color of 5.html will be _______.
A | #FF00FF |
B | Green |
C | Red |
D | Blue |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
Get Results
There are 10 questions to complete.
You have completed
questions
question
Your score is
Correct
Wrong
Partial-Credit
You have not finished your quiz. If you leave this page, your progress will be lost.
Correct Answer
You Selected
Not Attempted
Final Score on Quiz
Attempted Questions Correct
Attempted Questions Wrong
Questions Not Attempted
Total Questions on Quiz
Question Details
Results
Date
Score
Hint
Time allowed
minutes
seconds
Time used
Answer Choice(s) Selected
Question Text
All done
Need more practice!
Keep trying!
Not bad!
Good work!
Perfect!