+ 1
Drag and drop from the options below to color the text in the paragraph with id "mytext" red. Also, add a black shadow to the te
,j
6 Réponses
+ 8
#mytext {
text-shadow : 5px 3px #000;
color: red;
}
+ 4
$("p"). children().remove();
+ 2
#mytext {
text-shadow : 5px 3px #000;
color: red;
}
+ 1
#mytext {
text-shadow : 5px 3px #000;
color: red;
}
0
Drag and drop from the options below to remove the border attribute of the element with id="text".
Answer:
$("#text").removeAttr("border");
- 1
Drag and drop from the options below to fix the paragraph to 100px from the top and 50px from the left: