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!
p # text {background: green; }
p.text (background: red; }
</ Style>
</ Head>
<Body bgcolor = "Orange">
<P class = "text" id = "text"> text </ p> :
(CSS)
a: visited {background: Bhite; }
a {background: Orange; }
: Hover {background: Aqua; }
a: active {background: Red; }:
(CSS)
1: #box {
2: text-align: 11%;
3: font-family: Arial, Helvetica, sans-serif;
4: font-size: xxx-bold;
5: font-style: none;
6: text-decoration: underline;
}:
(CSS)
(CSS)
<Style>
ol {
border: solid 1px red;
list-style: circle outside;
margin: 0;
padding: 0;
width: 10em;
}
li a {
text-decoration: none;
display: block;
margin: 0;
padding: 0;
width: 10em;
}
li a: hover {
background: Silver;
}
</ Style>
<Body>
<Ol> <li> <a href ="#"> Link </a> </ li>
</ Ol>
(CSS)
(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: 15em;"> Fourth </ div>
</ Body> :
(CSS)
(CSS)
(CSS for Web )
(CSS for Web )