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 for Web )
(CSS for Web )
(CSS for Web )
(CSS for Web )
(CSS for Web )
<Style type = "text / css">
td.red {color:; blue }
#blue {color: red; }
</ Style>
...
<Table>
<Tr> <td class = red id = blue> text </ td> </ tr>
</ Table> :
(CSS)
<Style>
p: first-line {
background: White;
font-size: 150%;
}
p: first-letter {
font-size: 200%;
}
p {
font-size: 100%;
background: Orange;
}
</ Style>
Як буде виглядати перший рядок даного абзацу, властивості якої визначені в такий спосіб?
(CSS)
(CSS)
<Div style = "position: relative;
border: 1px solid;
width: 100px 10em;
margin: 10px 5px 10em;
top: 10px;
left: 50px "> 5 </ div> :
(CSS)
(CSS)