Nociones básicas de HTML

Un archivo escrito en HTML tiene el siguiente formato general:

<html>
<head>
<title>TITULO DE LA PAGINA</title>
</head>
<body>




</body>
</html>
[Preview]

- 10 -