Practica 1-3
Practica 1
<html>
<html>
<head>
<title>mi primer programa</title>
</head>
<body>
<body style="background:Black">
<H1><FONT SIZE = +2 COLOR = "PINK">¡HOLA MUNDO!</FONT></H1>
<H2><FONT SIZE = +2 COLOR = "PINK">¡SOY NATALIA!</FONT></H2>
<H3><FONT SIZE = +2 COLOR = "PINK">ARRIBA EL CBTIS 168
</FONT></H3>

<H4><FONT SIZE = +2 COLOR = "PINK">ARRIBA SOPORTE Y MANTENIMIENTO ;D</FONT></H4>
<H5><FONT SIZE = +2 COLOR = "PINK">XD</FONT><H5>
</body style>
</body>
</html>

Practica 2
<html>
<head>
<title>mi primer programa</title>
</head>
<body>
<?php echo '<p>Hola Mundo</p>'; ?>
</body>
</html>

Practica 2
<html>
<head>
<title>mi primer programa</title>
</head>
<body>
<?php echo '<p>Hola Mundo</p>'; ?>
</body>
</html>
Practica 3
<html>
<head>
<title>mi primer ejercicio de pagina web</title>
</head>
<body>
<body style="background:aliceblue">
<H1><FONT SIZE = +2 COLOR = "PINK">Esta es mi primer página Web utilizando HTML</FONT></H1>
<H2><FONT SIZE = +2 COLOR = "PINK">El objetivo es que en esta primera práctica, pueda conocer la estructura básica de un documento HTML y aplicarla a un ejemplo sencillo, que es este texto</FONT></H2>
<H3><FONT SIZE = +2 COLOR = "PINK">¡Saludos!</FONT></H3>
</body style>
</body>
</html>
