<!DOCTYPE html>
<html>
<title>Заголовок документа</title>
<head>
<style>
main{
text-align:center;
}
h2 {
color: green;
}
div {
display: none;
border: 5px double #b4b8bf;
}
a{
display:block;
margin-top:15px;
cursor:pointer;
}
a:hover + div {
display: block;
color: #4287f5;
font-size: 20px;
}
</style>
</head>
<body>
<main>
<h2>W3docs</h2>
<strong>
Наведите мышь на элемент внизу, чтобы увидеть div-элемент.
</strong>
<a href=”https://www.w3docs.com/”>W3docs</a>
<div>
Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне.