Skip to content

Commit

Permalink
correo y telefono
Browse files Browse the repository at this point in the history
  • Loading branch information
eloisete committed Oct 22, 2024
1 parent 25ce813 commit 914b29d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
22 changes: 22 additions & 0 deletions eloycostas.html
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>
32 changes: 32 additions & 0 deletions eloycostas2.html
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>

0 comments on commit 914b29d

Please sign in to comment.