<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
* {
background-color: #8ebf42;
}
</style>
</head>
<body>
<h2> Пример селектора *</h2>
<div class="example">
<p id="example1">Lorem Ipsum - это текст-"рыба"...</p>
<p id="example2">Lorem Ipsum - это текст-"рыба"...</p>
</div>
<p>Lorem Ipsum - это текст-"рыба"...</p>
</body>
</html>