logo

Crowdly

Browser

Add to Chrome

Яка буде реакція браузера при наведенні курсору миші на слово Linkі на всю облас...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Яка буде реакція браузера при наведенні курсору миші на слово Linkі на всю область <ol> :

<Style>

ol {

border: solid 1px red;

list-style: circle outside;

margin: 0;

padding: 0;

width: 10em;

}

li a {

text-decoration: none;

display: block;

margin: 0;

padding: 0;

width: 10em;

}

li a: hover {

background: Silver;

}

</ Style>

<Body>

<Ol> <li> <a href ="#"> Link </a> </ li>

</ Ol>

(CSS)

More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome