This commit is contained in:
2023-11-21 13:47:14 +01:00
parent 2f1043f0c7
commit 8237eee622
9 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Practica 1b</title>
</head>
<body>
<p>esta es la pagina que creamos y es muy sencilla</p>
<p style="font-size: 60px; color: red;">Este texto está en otra línea, es rojo y tiene un tamaño 60px</p>
</body>
</html>