Como resultado de la siguiente programación elija el resultado en pantalla
<!DOCTYPE html>
<html>
<head>
<style>
body { background-color: lightblue; }
h1 { color: #222; text-align: center; }
p { font-family: verdana; font-size: 20px; }
</style>
</head>
<body>
<h1>MY PRIMER EJEMPLO</h1>
<p>ESTE ES UN PARRAFO.</p>
</body>
</html>