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!
<Style>
p: first-line {
background: White;
font-size: 150%;
}
p: first-letter {
font-size: 200%;
}
p {
font-size: 100%;
background: Orange;
}
</ Style>
Як буде виглядати перший рядок даного абзацу, властивості якої визначені в такий спосіб?
(CSS)
(CSS)
body {padding-left: 20px; }
div {padding-left: 0px; margin: 5px; }
p {padding: 5px; }
...
<Body>
<Div>
<P>
...
</ P>
</ Div>
</ Body> :
(CSS)
border {medium outset # 063 }:
(CSS)
p # text {background: green; }
p.text (background: red; }
</ Style>
</ Head>
<Body bgcolor = "Orange">
<P class = "text" id = "text"> text </ p> :
(CSS)
(CSS for Web )
(CSS)
(CSS)
(CSS)
<P style = "text-indent = -20pt;"> ... </ p>
(CSS)