Dia 2
This commit is contained in:
10
Practicas/Practicas HTML/Practica 1/Practica 1b.html
Normal file
10
Practicas/Practicas HTML/Practica 1/Practica 1b.html
Normal 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>
|
||||
15
Practicas/Practicas HTML/Practica 1/Practica 1c.html
Normal file
15
Practicas/Practicas HTML/Practica 1/Practica 1c.html
Normal 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>
|
||||
Reference in New Issue
Block a user