Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Khaki
None of these
Rich Decorations
Faster download times.
Greater consistency in design.
No need to write HTML Tags
focus
hover
active
checked
E#id
.class
#id
*
Removes the element from the document flow
Positions the element relative to its normal position
Centers the element on the page
Applies relative positioning to all child elements
Opacity
Visibility
Stacking order
Font size
Vaiue
Declaration
Selector
Rule
Easier to maintain and update.
More formatting options.
All of the above
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
:valid
:required
:optional
:invalid
font-weight
font-style
text-decoratio
text-weight
input:checked
input:focus
input:hover
input:active
E ~ F
::after
:checked
mouse over
mouse hover
mouse move
rgba(255,55,255,1)
rgba(255,255,255,0.0)
rgba(255,55,255,.5)
Easier to maintain and update
Greater consistency in design
<!-- Comment -->
// Comment
/* Comment */
# Comment
css
style
script
link
CSS
jQuery
JavaScript
PHP
100rem
100%
100vw
100em
text-color
color
font-color
All of These
absolute
static
fixed
relative
to make that specific paragraph text color as blue
Error
nothing happen
None of the above
background-attachment
background
background-repeat
background-position
~
>
+
text-size
size
text-length
font-size
class
id
type
:default
:%
:disabled
Match the CSS Property with Its Function
A → 1, B → 2, C → 3, D →4
A → 2, B → 1, C → 3, D → 4
A → 2, B → 4, C → 3, D → 1
A → 2, B → 4, C → 1, D → 3
The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
Creating Style Sheets
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
E.class
E~F
E,F,G
Name
ID
Class
Tag
background-color
bgcolor
bg-color
:target
:selection
::selection
URO
clear
overflow
z-index
display
It is a separate document that contains CSS rules
It separates content from the presentation but both are still contained in a single file
It separates the content and style into separate files
. It allows a web designer and a content author to work in parallel
border-width
border-bottom
border-width-bottom
border-bottom-width
f:
Font:
Font-family
Font:b
text-style
Match the CSS Sub-Selector with Its Meaning
A → 2, B → 1, C → 3, D → 6
A → 2, B → 5, C → 3, D → 4
A → 5, B → 1, C → 3, D → 4
:root
:nth-of-type(n)
:only-child
none of the mentioned
Match the CSS Selector with Its Description
A →1, B →5, C → 3, D → 4
A → 2, B → 3, C → 1, D → 4
A → 2, B → 6, C → 4, D → 3
A → 5, B → 3, C → 2, D → 4
ul > li
ul li
ul + li
ul ~ li
background or background-image both
E[attr^=value]
E[attr$=value]
E[attr*=value]
REL
URL
REV
all of these
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
In the <body> section
At the end of the document
In the <head> section
Any Where in a Page