The external CSS file
The <style> block
Neither is applied
They are merged
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;