+ 1
Fill in the Blanks for CSS Test
Fill in the blanks: body { background-image:url("sample.png"); background- :repeat-x; } a:hover { text- :underline; color: #000000; : crosshair; } please help!!!
14 ответов
+ 2
body {
background-image:url("sample.png");
background- repeat:repeat-x;
}
a:hover{
text-decoration:underline;
color: #000000;
cursor: crosshair;
}
+ 1
body {
background-image:url("sample.png");
background-
repeat
:repeat-x;
}
a:hover
{
text-
decoration
:underline;
color: #000000;
cursor
: crosshair;
}
+ 1
body {
background-image:url("sample.png");
background-
repeat
:repeat-x;
}
a:hover
{
text-
decoration
:underline;
color: #000000;
cursor
: crosshair;
}
0
Well, I can't really help you unless you tell me what the code should do
0
dont worry I got it figured out thanks though!
0
body {
background-image:url("sample.png");
background- repeat
:repeat-x;
}
a:hover
{
text-decoration
:underline;
color: #000000;
cursor: crosshair;
}
0
Make the cursor appear as a crosshair on all links of the web page:
{
cursor
:
crosshair
;
}
0
thanks
0
body {
background-image:url("sample.png");
background-
repeat
:repeat-x;
}
a:hover
{
text-
decoration
:underline;
color: #000000;
cursor
: crosshair;
}
0
body
background-image:
('1.png');
answer : {, url , }
0
body {
background-image:url("sample.png");
background-
:repeat-x;
}
a:hover
{
text-
:underline;
color: #000000;
: crosshair;
}
0
body {
background-image:url("sample.png");
background- repeat
:repeat-x;
}
a:hover
{
text-decoration
:underline;
color: #000000;
cursor: crosshair;
}
0
Fill in the blanks:
body {
background-image:url("sample.png");
background- repeat:repeat-x;
}
a:hover{
text-decoration:underline;
color: #000000;
cursor: crosshair;
}
- 2
(0) (0) _
l_l
l l
0 0