Computer Science, asked by rammondal4556, 3 months ago

1. The text-decoration property is used to give underline, _______ or _______ effect to the text.
2. The repeat-x value repeats the image in the background _______.​

Answers

Answered by ahamrajsingh35
0

Answer:

sorry

sorry

Explanation:

sorry

sorry

Answered by ArjunSanju
2

Answer:

body {

background-image:url("sample.png");

background- repeat:repeat-x;

}

a:hover{

text-decoration:underline;

color: #000000;

cursor: crosshair;

}

Similar questions