HTML
PRIMERA PÁGINA:
| <html> | |
| <body> | |
| Primera página | |
| </body> | |
| </html> |
SEGUNDA PÁGINA:
| <html> | ||
| <body> | ||
| <h1> Me presento</h1> | ||
| Primera página | ||
| </body> | ||
|
| <html> | |
| <body> | |
| <h1><font color="blue"> Me presento</font></h1> | |
| Primera página | |
| </body> | |
| </html> |
| <html> | |
| <body> | |
| <h1><font color="blue"> Me presento</font></h1> | |
| <p align="right">Primera página</p> | |
| </body> | |
| </html> |
QUINTA PÁGINA:
| <html> | |
| <body> | |
| <h1><font color="blue"> Me presento</font></h1> | |
| <p align="right">Primera página</p> | |
| Me llamo pepito | |
| </body> | |
| </html> |
SEXTA PÁGINA:
| <html> | |
| <body> | |
| <h1><font color="blue"> Me presento</font></h1> | |
| <p align="right">Primera página</p> | |
| <img src="cabecera.jpg"/> | |
| Me llamo pepito | |
| </body> | |
| </html> |
| <html> | |
| <body style="color: rgb(0, 0, 0); background-color: red;"> | |
| <h1><font color="blue"> Me presento</font></h1> | |
| <p align="right">Primera página</p> | |
| <img src="cabecera.jpg"/> | |
| Me llamo pepito | |
| </body> | |
| </html> |