The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
[attr]
[attr=""]
[attr=*]
attr[ ]
ul > li
ul li
ul + li
ul ~ li
content p
p.content
.content > p
p .content
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
text-underline:none
text-decoration:none;
text-underline:hide;
text-decoration:hide;
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
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
Match the CSS Position Property with Its Meaning
A → 5, 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 → 5, C → 3, D → 4
A → 5, B → 1, C → 3, D → 4
Match the CSS Attribute Selector with Its Function
A → 2, B → 6, C → 3, D → 4
Match the CSS Text Property with Its Use
A → 5, B → 2, C → 3, D → 4
A → 1, B → 2, C → 3, D → 6
A → 1, B → 2, C → 3, D → 4
A → 1, B → 5, C → 3, D → 4
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
Match the CSS Background Property with Its Function
A → 3, B → 1, C → 2, D → 4
A →5, B → 1, C → 2, D →6
A → 4, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3