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 )
div.menu ul li a {background: Yellow }:
(CSS)
<Style>
p: first-line {
background: White;
font-size: 150%;
}
p: first-letter {
font-size: 200%;
}
p {
font-size: 100%;
background: Orange;
}
</ Style>
(CSS)
div {position: absolute }
</ Style>
</ Head>
<Body>
<Div> First </ div>
<Div style = "left: 10em"> Second </ div>
<Div style = "right: 10em"> Third </ div>
<Div style = "left: -5em"> Fourth </ div>
</ Body> :
(CSS)
<Div style = "width: 440px; height: 100px; overflow: auto"> вміст блоку </ div>
(CSS)
<Style>
body {margin: 0; padding: 0; color: white }
div {position: absolute;
width: 10em;
height: 1em;
top: 0;
left: 0 }
<Body>
<Div style = "z-index: 1; background: orange; left: 10em"> 1 </ div>
<Div style = "z-index: 2; background: Green;"> 2 </ div>
<Div style = "z-index: 3; background: Blue; left: lOem; position: inherit;"> 3 </ div>
</ Div>
</ Style>
(CSS)
(CSS)
(CSS)
# Bох {
text-align: right;
text-indent: 24px;
font: italic small-caps 1em Verdana;
}
(CSS)