11.2.1 Estructura básica de un documento html
<html>
<head>
<title> Título </title>
<center>
<h1> Título </h1>
</center>
</head>
<body>
<h2>Texto del documento, menciones a gráficos, enlaces, etc.</h2>
</body>
</html>
Ver fuente de consulta
=======================================================================
Primer ejemplo
Primero colocar un título
<html>
<head>
<title>FOTO IMAGEN</title>
<body bgcolor="6fcaa3" text="#ffffff" link="#ffff33" alink="#ffffcc" alink="ffff00">
</head>
<body>
<center>
<h1>
<font size=10>
<font color="red">
<font face="Comic Sans MS,arial,verdana">
<b>FOTO IMAGEN </b>
</font>
</font>
</font>
</h1>
<center>
<h2>
<font size=6>
<font color="blue">
<font face="Comic Sans MS,arial,verdana">
<b>El objetivo de esta página Web es dar a conocer los diferentes
productos fotográficos que tenemos a su disposición.</b>
</h2>
</body>
</html>
=======================================================================
Segundo ejemplo
Crear una segunda página
=======================================================================
Tercer ejemplo
Crear una tercera páginaVer este enlace https://www.ibiblio.org/pub/Linux/docs/LuCaS/Manuales-LuCAS/doc-curso-html/doc-curso-html/x1532.html