Monday, 10 April 2017

Optional html

<!DOCTYPE hmtl>
<html>
 <head>
 <style>
 table, th, td {
    border: 1px solid black;
}
  <title>Lionel Messi</title>
  <meta charset="UTF-8">
 </style>
 </head>
  <body style="background-color:cyan;">
<h1 style="font-size:60;font-family:impact;text-align:center;">Lionel Messi</h1>
<h2 style="font-size:25;"><ins><em>Small Biography</em></ins></h2>
He was born in Rosario (Argentina),on 24th June 1987.He signed for Barcelona in 2001. His position is forward. He won five golden balls.<p></p>
<a href="https://www.youtube.com/watch?v=raBSmeBo0lA">Goals to Real Madrid</a>
   <img src="imagenes/leomessi.jpg" style="widht:175px;height:175px;">
   <img src="imagenes/leomessi2.jpg" style="widht:175px;height:175px;">
   <img src="imagenes/leomessiking.jpg" style="widht:175px;height:175px;">
  <h2 style="font-size:25;"><ins><em>Goal statistics (last years)</em></ins></h2>
<table style="widht:100">
 <tr>
   <th>Season</th>
   <th>League</th>
   <th>Copa del Rey</th>
   <th>Champions League</th>
   <th>Other</th>
   <th>Total</th>
 </tr>
   <td>2004-2010</td>
   <td>88</td>
   <td>10</td>
   <td>19</td>
   <td>4</td>
   <td>121</td>
 </tr>
 <tr>
   <td>2010-2017</td>
   <td>251</td>
   <td>33</td>
   <td>69</td>
   <td>16</td>
   <td>369</td>
 </tr>
 </body>
</html>



Here is where I got the information: https://en.wikipedia.org/wiki/Lionel_Messi




I hope you like it ;)








Thursday, 6 April 2017

The Jargon File

<!DOCTYPE html>
<html>
 <head>
<title>The Jargon File</title>
 <meta charset="UTF-8">
 </head>
  <body style="background-color:pink;">
<h1 style="text-align:center;"><ins>The Jargon File</ins></h1>
<h2 style="background-color:Deeppink;">AFAIK</h2>
Abreviatura de As Far As I Know ["por lo que yo sé"]. AFAIK sugiere que el autor sabe que su conocimiento es limitado. Existe la variante AFAICT [As Far As I Can Tell, "Por lo <br>
que yo puedo decir"] que sugiere que el autor cree tener conocimientos suficientes sobre el tema, pero que no se pueden emitir opiniones concluyentes.
<br>
<h2 style="background-color:Deeppink;">BSOD</h2>
<p>
Abreviatura de Blue Screen of Death ["pantalla azul de la muerte"]. Proviene de una expresión anterior ["pantalla negra de la muerte"], pero mucho más popular. Se refiere a la <br>
pantalla azul que muestra Windows cuando deja de funcionar, por culpa de una aplicación o del propio sistema operativo. En esa pantalla suelen aparecer códigos <br>
hexadecimales, con fines seguramente decorativos. Como prueba de la popularidad del término, sirva el siguiente poema del concurso de Haikus Salon:
<br>
Windows NT se ha colgado
<br>
Soy la pantalla azul de la muerte
<br>
Nadie oirá tus gritos
</p>

<h2 style="background-color:Deeppink;">FAQ</h2>
<p>
Abreviatura de Frequently Asked Question ["pregunta planteada a menudo"]. Se refiere a las preguntas que se plantean una y otra vez en listas de correo, foros, etc, pero <br>
también se refiere a los documentos que recopilan ese tipo de preguntas. Hace años, este tipo de documentos se enviaban periódicamente en los grupos de noticias <br>
(newsgroups) para evitar la repetición innecesaria de las mismas preguntas. Posteriormente, este tipo de documentos (organizados mediante preguntas y respuestas) se <br>
incorporaron también a los sitios web para ofrecer información a los visitantes.
</p>
</body>

</html>