Match the CSS User Action Pseudo-Class with Its Effect
A → 4, B → 3, C → 2, D → 1
A →5, B → 4, C → 3, D → 2
A → 6, B → 2, C → 3, D → 4
A → 5, B → 2, C → 3, D → 6
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
ul > li
ul li
ul + li
ul ~ li
CSS
jQuery
JavaScript
PHP
Vaiue
Declaration
Selector
Rule
font-size
text-size
font-style
text-style
list-image
bullet-image
list-style-image
image-style
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
:target
:selection
::selection
URO
background-attachment
background
background-repeat
background-position
tag
class
id
div
p{font-style: "Times New Roman";}
p{font-family:"Times New "roman",Times,serif;}
p{font-weight:"Times New Roman",Times,serif;}
None of these
Match the CSS Position Property with Its Meaning
A → 5, B → 4, C → 3, D → 1
A → 2, B → 4, C → 3, D → 1
A → 5, B → 4, C → 3, D →6
A → 4, B → 5, C → 3, D → 1
border-width
border-bottom
border-width-bottom
border-bottom-width
focus
hover
active
checked
f:
Font:
Font-family
Font:b
E.class
E~F
*
E,F,G
to make that specific paragraph text color as blue
Error
nothing happen
None of the above
clear
overflow
z-index
display
E ~ F
::after
:checked
Rich Decorations
Faster download times.
Greater consistency in design.
No need to write HTML Tags
color
background-color
bgcolor
bg-color
E#id
.class
#id
REL
URL
REV
all of these
Selects the first child of an element
Selects all sibling elements
Selects the immediately next sibling of an element
Selects the parent of an element
h1 h2 h3
h1+h2+h3
h1,h2,h3
h1>h2>h3
order
stack
layer
text-color
font-color
All of These
font-weight
text-decoratio
text-weight
Selects all elements
Selects all siblings after a specified element
Selects only the first sibling of a specified element
Selects only the last sibling of a specified element
:root
:nth-of-type(n)
:only-child
none of the mentioned
type
:nth-child(last)
:last-child
:nth-last-child(1)
Style
<Link> tag
<Style> tag
<Script> tag
@media
css
style
script
link
Creating Style Sheets
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
article
html
size
text-length
:default
:%
:disabled
#classname
.classname
element.classname
*classname
padding: 20px 30px 15px 10px
padding: 20px 15px 30px 10px
padding: 15px 30px 10px 20px
padding: 30px 15px 20px 10px
~
>
+
Style sheets allow content to be optimized for more than one type of device.
CSS can store web applications locally With the help of an offline cache
Using CSS, we can view online website. In cache also ensures faster loading and better overall performance of the website.
All of the above.
<!-- Comment -->
// Comment
/* Comment */
# Comment
:focus
:active
:hover
:visited
style:bold;
font:bold;
font-weight:bold;
text:bold;
100rem
100%
100vw
100em
flex-order
flex-direction
item-order
Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector