- 1
Fill in the blanks to make the cursor appear as a pointer on paragraphs:
Need help pls p { ____:____; } cursor paragraph pointer style defau
10 Answers
+ 3
I think its:
p {
cursor: pointer;
}
+ 3
p {
cursor : pointer ;
}
+ 2
crosshair
+ 2
The right answer is
p { cursor : pointer;
}
+ 1
cursor pointor
+ 1
p {
cursor: pointer;
}
0
thank you
0
Fill in the blanks:
body {
background-image:url("sample.png");
background-
:repeat-x;
}
a:hover
{
text-
:underline;
color: #000000;
: crosshair;
}
0
thanks
- 1
p {
cursor : default ;
}