<!DOCTYPE html>
<html>
<head>
<title> Titlu pe bara de titlu a paginii web </title>
</head>
<body>
</body>
</html>
<style>
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
color: white;
text-align: justify;
}
</style>