martes, 3 de junio de 2014

Exercicio 2.Añadir máis etiquetas

1º paso: Escribir no bloc de notas:

<html>
<head>
<title>
   Saludo
</title>
</head>
<body>
   <h1 align="center">HOLA, MUNDO</h1>
   <h2 align="center">ESTA ES MI PRIMERA PÁGINA WEB</h2>
   <p align="center"><img src="bolamundo.jpg"alt="Mundo"></p>
   <p align="left">es sencilla...</p>
   <p align="right">...pero estoy aprendiendo</p>
   <p align="center"><strong>SARAI OUTEIRAL CES<BR>IES PRAIA BARRAÑA<BR>1º BACH</strong></p>
   <hr align="center"withd="70%">
   <p align="center">
   <img src="trabajando.jpg"alt="En obras"></p>
</body>
</html>

2º paso: Abrir a páxina web:


No hay comentarios:

Publicar un comentario