Dia 3
This commit is contained in:
18
Practicas/Practicas HTML/Practica 4/Practica 4.html
Normal file
18
Practicas/Practicas HTML/Practica 4/Practica 4.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>colores</title>
|
||||
</head>
|
||||
<body style="color: rgb(0, 0, 0); background-color: rgb(122, 122, 122);">
|
||||
<p style="color: black; font-weight: bold; font-size: xx-large;">#000000 negro</p>
|
||||
<p style="color: white; font-weight: bold; font-size: xx-large;">#FFFFFF blanco</p>
|
||||
<p style="color: red; font-weight: bold; font-size: xx-large;">#FF0000 rojo</p>
|
||||
<p style="color: lime; font-weight: bold; font-size: xx-large;">#00FF00 verde</p>
|
||||
<p style="color: blue; font-weight: bold; font-size: xx-large;">#0000FF azul</p>
|
||||
<p style="color: yellow; font-weight: bold; font-size: xx-large;">#FFFF00 amarillo</p>
|
||||
<p style="color: fuchsia; font-weight: bold; font-size: xx-large;">#FF00FF
|
||||
morado,mezcla de rojo y azul</p>
|
||||
</body>
|
||||
</html>
|
||||
14
Practicas/Practicas HTML/Practica 4/Practica 4B.html
Normal file
14
Practicas/Practicas HTML/Practica 4/Practica 4B.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Practica 4b</title>
|
||||
</head>
|
||||
<body style="background-color: rgb(255, 0, 0); font-family: Arial;">
|
||||
<p style="text-align: center; font-size:120px; font-weight: bold; color: white;">COCA-COLA</p>
|
||||
<P style="text-align: center; font-size:60px; font-weight: bold;">ZERO AZÚCAR <br>
|
||||
<span style="color: #e9d6ab;">ZERO CAFEINA</span></P>
|
||||
<P style="margin-left: 34%; font-size:24px; font-weight: bold; color:#e9d6ab"> NUNCA ES DEMASIADO TARDE <br> PARA DISFRUTAR</P>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user