E#id
.class
#id
*
:element
:empty
:enabled
None of these
Easier to maintain and update.
Greater consistency in design.
More formatting options.
All of the above
margin: 20px 20px 30px 30px
margin: 30px 20px
margin: 20px 30px
margin: 30px 30px 20px 20px
#classname
.classname
element.classname
*classname
:focus
:active
:hover
:visited
h1.hover
h1*hover
h1:hover
h1-hover
Tag > Class > ID
Class > Tag > ID
ID > Class > Tag
Universal > ID > Class
Inline CSS
Internal CSS
Embedded CSS
External CSS
:target
:selection
::selection
URO
.example
#example
element.example
example
text-decoration: bold
font-weight : bold
font-style: bold
text-align: bold
style:bold;
font:bold;
font-weight:bold;
text:bold;
tag
class
id
div
It consists of Margin, Padding, Border, Content
It consists of Padding, Border, Shadow
It consists of Content, Outline, Shadow
It consists of Border, Margin, Shadow
Documents to be viewed on-screen tend to look better in Sans-serif fonts
Not everyone has the same set of fonts.
Printed documents tend to look better in Serif fonts
All of the options
Easier to maintain and update
Greater consistency in design
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
Match the CSS Sub-Selector with Its Meaning
A → 2, B → 1, C → 3, D → 6
A → 2, B → 1, C → 3, D → 4
A → 2, B → 5, C → 3, D → 4
A → 5, B → 1, C → 3, D → 4
ul > li
ul li
ul + li
ul ~ li
p{font-style: "Times New Roman";}
p{font-family:"Times New "roman",Times,serif;}
p{font-weight:"Times New Roman",Times,serif;}
CSS
jQuery
JavaScript
PHP
color:red, text-decoration:underline works
only font-style:italic works
color:red, text-decoration:underline and font-style:italic all works
text-decoration:underline and font-style:italic works
css
style
script
link
mouse over
mouse hover
hover
mouse move
The size of the text-shadow
he Y-coordinate of the text-shadow
The X-coordinate of the text-shadow
The blur radius
ID selector
Class selector
Group selector
Universal selector
:default
:%
:disabled
100rem
100%
100vw
100em
:nth-child(last)
:last-child
:only-child
:nth-last-child(1)
text-size
size
text-length
font-size
E.class
E~F
E,F,G
font-weight
font-style
text-decoratio
text-weight
:valid
:required
:optional
:invalid
text-style
Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector
input:checked
input:focus
input:hover
input:active
.(dot)
# (hash)
* (asterisk)
@ (at sign)
flex-order
order
flex-direction
item-order
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.
f:
Font:
Font-family
Font:b
Apply styles for the web page
Define structure of the web page
Provide meaning to the sections of the web page
None of the above
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
border-spacing
border-style
border-collapse
border-radius
bright
hidden
ridge
groove
border-width
border-bottom
border-width-bottom
border-bottom-width
:root
:nth-of-type(n)
none of the mentioned
Universal Selector (*)
Tag Selector
Class Selector
ID Selector
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