<!DOCTYPE html>
<html lang="es"><head>
		<title>Práctica 01</title>
		<meta charset="utf-8">
	</head>
	<body>
		<h1 style="background-color:#ff6347;">Mi página web HTML con imágenes y colores</h1>
		<p style="color:blue; font-size:24px;">Mis imágenes del recuerdo</p>
		<p style="background-color:#00CED1;color:#006400;">Yo de astronauta</p>
		<img src="astronauta.jpg"> 
		<p style="color:#9400D3;">Yo en la playa</p>
		<img src="https://www.nintenderos.com/wp-content/uploads/2020/09/pokemon-anime-e1599990591283.jpg" width="500" height="600">
	</body>
</html>