Looking for Вебпрограмування test answers and solutions? Browse our comprehensive collection of verified answers for Вебпрограмування at moodle.chnu.edu.ua.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
(CSS)
(CSS)
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
Що станеться після обробки браузером наступного фрагмента коду, якщо користувач першого з оголошених шрифтів не буде виявлений:
(CSS)
(CSS)
<P style = "margin-left: 70px"> simple
<Span style = "margin-left: -80px"> span </ span>
</ P> :
(CSS)
(CSS)
<Head>
<Style type = "text / css">
P.line {
line-height: 2;
}
P {
line-height: 1em;
}
</ Style>
</ Head>
<Body>
<P class = "line"> Рядок 1 ... </ p>
<P> 2-й рядок ... </ p>
</ Body>
В якій з рядків встановлений подвійний міжрядковий інтервал?
(CSS)
ul {
list-style-type: circle;
list-style-image: url (../ samples / button.gif);
}:
(CSS)
/ * Перший приклад * /
р, i {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
/ * Другий приклад * /
P i {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }:
(CSS)
(CSS)