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>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Practica 1c</title>
</head>
<body>
<!--etiquetas que forman el cuerpo-->
<p style="color:blue;">El cielo esta enladrillado <br>
quien los desenladrillará <br> el desenladrillador que lo desenladrille <br> buen desenladrillador sera </p>
<p style="color:red">No por mucho madrugar <br> amanece mas temprano</p>
</body>
</html>