martes, 3 de junio de 2014

Ejercicio 2: Añadir más etiquetas

<html>
<head>
<title>
    Saludo
</title>
</head>
<body>
   <h1 align="center">HOLA,MUNDO</H1>
   <h2 align="center">ESTA ES MI PRIMERA PAGINA WEB</h2>
   <p  align="center">
   <img src="images.jpg"
   alt="Mundo"></p>
   <p  align="left">es sencilla...</p>
   <p  align="right">...pero estoy aprendiendo</p>
   <p  align="center"><strong>ISMAEL MARTÍNEZ<BR>IES PRAIA BARRAÑA<BR>1ºBACH</strong></p>
   <hr align="center"width="70%">
   <p  align="center">
   <img src="en_obras.jpg"alt="En Obras"></p>
</body>
</html>


No hay comentarios:

Publicar un comentario