IFCD0210/Practicas/Practicas HTML/Practica 1/Plantilla.html
2023-11-21 09:02:51 +01:00

11 lines
284 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Plantilla</title>
</head>
<body>
<!--etiquetas que forman el cuerpo-->
<p style="font-size: 60px; color: red;">Esta pagina es la primera que hacemos</p>
<p>este es otro parrafo</p>
</body>
</html>