Creaţi o pagină Web care va afişa titlul „Disciplinele preferate” pe fundal bleu, de nivelul 4, ​

Răspuns :

Răspuns:

<!DOCTYPE html>

<html lang="en">

<head>

   <meta charset="UTF-8">

   <title>Disciplinele preferate</title>

   <style type="text/css">

       body {

           background-color: #318CE7;

       }

   </style>

</head>

<body>

<h4>Disciplinele preferate</h4>

</body>

</html>

Explicație: