<h1>Esto está escrito entre estas dos etiquetas</h1>

<h2>Esto otro está escrito entre estas dos etiquetas</h2>

<p>Por último, esto está escrito entre estas dos etiquetas</p>

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<title>Título</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css" media="screen">
body { 
  background-color: rgb(0,0,0);
  color: rgb(255,255,255); 
  font-family: Verdana, sans-serif;
  font-size: 14px;
  margin: 1% 2% 1% 2%; 
  border: 1px solid rgb(0,0,255);
}
h1 { 
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  width: auto;  
  font-family: Verdana, sans-serif;
  font-size: 140%; 
  text-align: justify;
  text-decoration: none;
  width: 95%;  
  padding: 10px; 
  margin: 1% 1% 1% 1%; 
  border: 1px solid rgb(255,255,255);
}
h2 { 
  background-color: rgb(0,0,0);
  color: rgb(255,255,255); 
  width: auto; 
  font-family: Verdana, sans-serif;
  font-size: 120%; 
  text-align: justify;
  text-decoration: none;
  width: 95%;  
  padding: 10px; 
  margin: 1% 1% 1% 1%; 
  border: 1px solid rgb(255,255,255);
}
p {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);  
  font-family: Verdana, sans-serif;
  font-size:  100%;
  text-align: justify; 
  width: 95%;  
  padding: 10px; 
  margin: 1% 1% 1% 1%; 
  border: 1px solid rgb(255,255,255);
}
</style>
</head>
<body>
<h1>Esto está escrito entre estas dos etiquetas</h1>
<h2>Esto otro está escrito entre estas dos etiquetas</h2>
<p>Por último, esto está escrito entre estas dos etiquetas</p>
</body>
</html>