<html>
<style>
div {
background-color: rgb(0, 191, 255);
color: rgb(255, 255, 255);
padding: 20px;
}
</style>
<body>
<div>
<h1>Що таке JavaScript?</h1>
<p>JavaScript (JS) — динамічна, об'єктно-орієнтована прототипна мова програмування.</p>
</div>
</body>
</html>