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)
(CSS)
(CSS)
#box {font-family: Verdana, "Comic Sans MS", Geneva, Arial, Helvetica }
Яким шрифтом буде відображено вміст #box, якщо на комп'ютері користувача не встановлені всі перераховані шрифти?
(CSS)
<Style>
p: first-line {
background: Blue;
font-size: 150%;
}
p: first-letter {
font-size: 200%;
}
p {
font-size: 100%;
background: White;
}
</ Style>
(CSS)
<Body style = "margin: 0; padding: 0">
<Div style = "border: 1px solid; clear: both; float: right; position: static; left: 0; width: 50 *;"> Box </ div>
(CSS)