Files
edicion-en-html/html2005/introduccion/Untitled-1.htm
2023-02-12 18:29:35 +01:00

19 lines
441 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
<link rel="stylesheet" href="../nvu2005.css" type="text/css">
</head>
<body>
<h1>esto es h1 limpio</h1>
<p>y esto h2</p>
<p>y es to 3</p>
<p>y esto 4</p>
<p> y esto 5</p>
<p> y esto 6 </p>
</body>
</html>