Login
Sign up
Categories
IT & Programming
Design & Multimedia
Writing & Translation
Sales & Marketing
Admin Support
Engineering & Manufacturing
Finance & Management
Website Designing & Development
Database Management
Networking & Troubleshooting
Aviation & Aerospace
Softwares & Applications
Stocks & Investments
Electronics & Appliances
Online Tools
General Knowledge & Aptitude
Mathematics
Educational Subjects & Courses
Business & Organization
Health & Wellbeing
Culture & Ethics
IT Field Knowledge & Experience
Languages & Communication
Entrepreneurship & Leadership
Economics & Development
Mass Communication & Media
Research Methods & Evaluation
Public Relations & Dealings
Educational Methods and Research
Educational Subjects & Techniques
Crime & Justice
Governments & Policies
Cyber Security & Ethical Hacking
Hospitality & Tourism
Soft Skills & Personal Management
Transportation & Driving Rules
Forest and Nature
Religion
Skill Assessment
MCQs
PDFs
Login
Sign up
Categories
IT & Programming
Design & Multimedia
Writing & Translation
Sales & Marketing
Admin Support
Engineering & Manufacturing
Finance & Management
Website Designing & Development
Database Management
Networking & Troubleshooting
Aviation & Aerospace
Softwares & Applications
Stocks & Investments
Electronics & Appliances
Online Tools
General Knowledge & Aptitude
Mathematics
Educational Subjects & Courses
Business & Organization
Health & Wellbeing
Culture & Ethics
IT Field Knowledge & Experience
Languages & Communication
Entrepreneurship & Leadership
Economics & Development
Mass Communication & Media
Research Methods & Evaluation
Public Relations & Dealings
Educational Methods and Research
Educational Subjects & Techniques
Crime & Justice
Governments & Policies
Cyber Security & Ethical Hacking
Hospitality & Tourism
Soft Skills & Personal Management
Transportation & Driving Rules
Forest and Nature
Religion
Skill Assessment
MCQs
PDFs
Login
Sign up
Skill Assessments
>
IT & Programming
>
CSS Skill Assessment
>
Quiz # 16
CSS Quiz # 16
Instructions
Quiz:
CSS Quiz # 16
Total Questions:
30 MCQs
Time:
30 Minutes
Note
Do not refresh the page while taking the test.
Results along with correct answers will be shown at the end of the test.
Start Quiz
CSS Quiz # 16
End Quiz
Question
1
of 30
00:00
position: absolute means...
That the element is positioned accordingly to the closest ancestor with a relative position.
That the element is positioned accordingly to the closest ancestor with an absolute position.
That the element is positioned accordingly to the closest ancestor with a position.
That the element is positioned accordingly to the browser window.
In css border radius is not supported by Internet explorer version under
10
6
8
9
7
Which of the following is a required box-shadow property?
color
spread
h-shadow
inset
blur
Which property defines the distance between the nearest border edges of a marker and its associated principal box in an unordered list?
marker-spacing
list-spacing
list-offset
marker-offset
The color names are defined in the HTML and CSS color specification (___ standard colors plus ____ more).
18,126
15,123
16,125
17,124
Which of the following is not a pseudo class?
lang
first
active
link
Which is not a valid pseudo class?
:matches()
:valid
:only-of-type
:root
:nth
When can a semicolon be omitted?
Last statement in a group
All of the above.
Inline style setting in an HTML tag
When there is only one statement in a rule
Specifies a rotation in the right or clockwise direction that a user agent applies to an image
image-move
image-rotation
image-orientation
image-transform
what does the `azimuth` property set?
Sets the direction where the sound should come from
Sets the transition angle
Sets the angle of the background image on an element
doesn't exist
Sets the angle of the box model
What is the correct CSS syntax
text-decoration:nine;
text-decoration:none;
text-decoration:0;
On which side will there be a 15px padding given the following declaration: padding: 10px 15px 20px 30px;
top
right
left
bottom
___________ property can be used increase or decrease the space between words
word-spacing
word-space
space
On which side will there be a 30px padding given the following declaration: padding: 10px 15px 20px 30px;
right
left
bottom
top
To specify table borders in CSS, __________ property is used
table-border
tbl-border
border
Which one of the following would be considered as valid?
border-right: 1px solid absolute;
border-right: 1px solid activeColor;
border-right: 1px solid currentColor;
border-right: 1px solid inheritColor;
border-right: 1px solid color;
How is a class represented in CSS
.className { ... }
class className { ... }
#className { ... }
def className { ... }
h1, h2, h3, h4, h5, h6 { font-weight: 500; } Which elements apply?
h
h1 h2 h3 h4 h5 h6
h1
h6
How can you position an absolutely positioned HTML element?
placement
top, right, left, bottom
margin
padding
Which of the following is used to represent a Visited hyperlink
:link
:focus
:visited
:clicked
How do you change the font of an element?
font-family:
f:
None of the above
font:
What is the proper syntax for selecting an element by class?
$className (dollar sign followed by className)
.className (period followed by the class name)
className (no symbol required)
#className (pound symbol followed by the class name)
How do you add padding in css
padding-3px;
pad:2px;
padding:3px;
what happens when you add padding to object?
it increases the distance between it and its container.
it makes it bigger
What is the correct tag to define an internal style sheet?
<style>
<meta>
<script>
<css>
<link>
Select the correct CSS syntax.
.main {div:background:black;}
{div:background;black;}
.main div {background: black;}
main div {background: black;}
Consider the following font definition: font-weight:normal What is the other way of getting the same result?
font-weight:250
font-weight:800
font-weight:400
font-weight:100
What is the purpose of cue-before property?
Specifies a sound to be played before speaking an element's content
Sets where the sound should come from
In which position will it be calculated from the upper left corner of the parent layer?
position: fixed
position: relative
position: absolute
The sans-serif generic font-family is characterized by:
finish strokes, flared or tapering ends, or actual serifed endings.
primarily decorate the characters while still containing their representations.
either join strokes or other cursive characteristics beyond those of italic typefaces.
stroke endings that are plain without any flaring, cross stroke, or other ornamentation.
Submit Test
Prev Question
ABCd
Next Question