-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Eloy costas</title> | ||
</head> | ||
<body> | ||
<h3> | ||
El Ártico ha perdido el 14% de su hielo marino perenne en un solo año</h3> | ||
|
||
<p><b>WASHINGTON.-</b> El hielo perenne del Ártico se redujo en un 14% durante el último año, al perder <b>720.000 kilómetros cuadrados</b>, una superficie superior a la Península Ibérica, según datos de la <acronym title="National Aeronautics and Space Agency">NASA.</acronym></p> | ||
|
||
<p>Según el<acronym title="National Aeronautics and Space Agency"> JPL</acronym>, la pérdida del hielo perenne, que debiera mantenerse durante todo el verano, fue todavía mayor y se acercó a un 50% en el momento en que ese hielo se desplazaba desde el Ártico oriental hacia el oeste.</p> | ||
|
||
<p><b>Son Nghiem</b>, investigador del <acronym title="National Aeronautics and Space Agency">JPL </acronym>ha declarado que: | ||
|
||
<blockquote>"Los cambios registrados en esos años en el hielo ártico son rápidos y espectaculares. De mantenerse la situación, ésta tendrá un impacto profundo en el ambiente, así como en el transporte marino y el comercio"</blockquote> | ||
</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="ISO-8859-1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>correo y telefono</title> | ||
<style> | ||
.telefono{ | ||
text-decoration: underline; | ||
font-size: 1.2em; | ||
color: blue; | ||
|
||
} | ||
.email{ | ||
font-style: italic; | ||
text-transform: uppercase; | ||
background-color: salmon; | ||
|
||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h3>ejemplo correo y telefono</h3> | ||
<p> | ||
<strong>Importante</strong>: si quiere ponerse en contacto con la empresa | ||
<acronym title="American Company that Makes Everything">ACME</acronym> | ||
, puede hacerlo en el teléfono <span class="telefono">900 555 555</span> | ||
o a través de la dirección de correo electrónico <span class="email">contacto@acme.org</span> | ||
</p> | ||
|
||
</body> | ||
</html> |