| Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/ART/5/sources/ |
| Current File : /home/kamilrogam/komp/2018/180513/DARWIN/ART/5/sources/scr6.html |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0
}
body {
font-family: sans-serif;
font-size: 18px;
line-height: 1.5em;
background: #f8f8f8;
color: #000
}
p,
div {
margin: 15px
}
i:only-of-type {
background: violet
}
em:only-of-type {
color: firebrick
}
body :only-of-type {
background: rgba(0, 0, 0, .3)
}
</style>
</head>
<body>
<div>tekst w div</div>
<p>tekst w akapicie
<em> tekst w em</em>
<span>
<i> tekst w i</i>
</span>
</p>
<div>tekst w div</div>
<div>
<span>tekst w span</span>
<i> tekst w i</i>
<em> tekst w em</em>
<em> tekst w em</em>
<span> tekst w span</span>
</div>
<div>
<span>tekst w span</span>
<i> tekst w i</i>
<i> tekst w i</i>
<em> tekst w em</em>
<span> tekst w span</span>
</div>
</body>
</html>