Wanna cry on the news by Alberto Ruiz y Mario Ansotegui
ICT
Amasing blogg about the contents of ICT of 4 ESO!!!!! (Fascinanting) ;)
Tuesday, 23 May 2017
Tuesday, 16 May 2017
Parts of a website:
-Header: It's in the top of the website, it already has the logo of the page.
-Footer: It's where the contacts and mails of the person who created the web page.
-Sidebar: It's a bar where usually has links related to the content of the page.
-Content area: It's the central part of the web page and that have the information or the content of the web.
-Widget: It's usually a little box that help you to find something, mentions to Facebook, Twitter.
-Image: It's an image, a video that makes attractive the page.
-Header: It's in the top of the website, it already has the logo of the page.
-Footer: It's where the contacts and mails of the person who created the web page.
-Sidebar: It's a bar where usually has links related to the content of the page.
-Content area: It's the central part of the web page and that have the information or the content of the web.
-Widget: It's usually a little box that help you to find something, mentions to Facebook, Twitter.
-Image: It's an image, a video that makes attractive the page.
Tuesday, 25 April 2017
<!DOCTYPE html>
<html>
<head>
<style>
tables,td,th,tr
{
background-color:powderblue; font-size:30px;
}
th,tr
{
text-align:center;
}
</style>
<title>
RAFA NADAL
</title>
</head>
<body style="background-color:HoneyDew;">
<h1 style="text-align:center;"><ins> RAFA NADAL </ins></h1>
<p style="font-size:33px"> Rafa is one of the best tennis players in the world, he was born in Mayorca in 1986.</p>
<img src="http://sportandbar.es/wp-content/uploads/2016/04/RAFA-NADAL1.jpg" width="400" height="350">
<p style="font-size:33px"> He had won a lot of tournaments. </p>
<table style="width:75%">
<tr>
<th> Individual </th>
<th> Australia Open </th>
<th> Roland Garros </th>
<th> Wimblendon </th>
<th> US Open </th>
<th> JJOO </th>
</tr>
<tr>
<td><b> 2005 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2006 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2007 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2008 </b></td>
<td> </td>
<td> G </td>
<td> G </td>
<td> </td>
<td> GOLD </td>
</tr>
<tr>
<td><b> 2009 </b></td>
<td> G </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2010 </b></td>
<td> </td>
<td> G </td>
<td> G </td>
<td> G </td>
</tr>
<tr>
<td><b> 2011 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2012 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2013 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> G </td>
</tr>
<tr>
<td><b> 2014 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2015 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2016 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<br>
<table style="width:75%">
<tr>
<th> Doubles </th>
<th> Australia Open </th>
<th> Roland Garros </th>
<th> Wimblendon </th>
<th> US Open </th>
<th> JJOO </th>
</tr>
<tr>
<td><b> 2004 </b></td>
<td> 3r </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2005 </b></td>
<td> 3r </td>
<td> </td>
<td> 2r </td>
<td> </td>
</tr>
<tr>
<td><b> 2016 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> GOLD </td>
</tr>
<table style="width:75%">
<tr>
<th> </th>
<th> 2004 </th>
<th> 2008 </th>
<th> 2009 </th>
<th> 2011 </th>
</tr>
<tr>
<td><b> Copa Davis </b></td>
<td> G </td>
<td> G </td>
<td> G </td>
<td> G </td>
</tr>
</body>
</html>
<html>
<head>
<style>
tables,td,th,tr
{
background-color:powderblue; font-size:30px;
}
th,tr
{
text-align:center;
}
</style>
<title>
RAFA NADAL
</title>
</head>
<body style="background-color:HoneyDew;">
<h1 style="text-align:center;"><ins> RAFA NADAL </ins></h1>
<p style="font-size:33px"> Rafa is one of the best tennis players in the world, he was born in Mayorca in 1986.</p>
<img src="http://sportandbar.es/wp-content/uploads/2016/04/RAFA-NADAL1.jpg" width="400" height="350">
<p style="font-size:33px"> He had won a lot of tournaments. </p>
<table style="width:75%">
<tr>
<th> Individual </th>
<th> Australia Open </th>
<th> Roland Garros </th>
<th> Wimblendon </th>
<th> US Open </th>
<th> JJOO </th>
</tr>
<tr>
<td><b> 2005 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2006 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2007 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2008 </b></td>
<td> </td>
<td> G </td>
<td> G </td>
<td> </td>
<td> GOLD </td>
</tr>
<tr>
<td><b> 2009 </b></td>
<td> G </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2010 </b></td>
<td> </td>
<td> G </td>
<td> G </td>
<td> G </td>
</tr>
<tr>
<td><b> 2011 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2012 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2013 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> G </td>
</tr>
<tr>
<td><b> 2014 </b></td>
<td> </td>
<td> G </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2015 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2016 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<br>
<table style="width:75%">
<tr>
<th> Doubles </th>
<th> Australia Open </th>
<th> Roland Garros </th>
<th> Wimblendon </th>
<th> US Open </th>
<th> JJOO </th>
</tr>
<tr>
<td><b> 2004 </b></td>
<td> 3r </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> 2005 </b></td>
<td> 3r </td>
<td> </td>
<td> 2r </td>
<td> </td>
</tr>
<tr>
<td><b> 2016 </b></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> GOLD </td>
</tr>
<table style="width:75%">
<tr>
<th> </th>
<th> 2004 </th>
<th> 2008 </th>
<th> 2009 </th>
<th> 2011 </th>
</tr>
<tr>
<td><b> Copa Davis </b></td>
<td> G </td>
<td> G </td>
<td> G </td>
<td> G </td>
</tr>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>THE JATGON FILE </title>
<meta charset="UTF-8">
</head>
<body style="background-color:#FFE5FC;">
<h1 style="text-align:center;"><ins>THE JARGON FILE </ins></h1>
<h1 style="background-color:#F882E4 ;">AFAIK</h1>
<p><b><pre>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.
</pre>
</b></p>
<h1 style="background-color:#F882E4 ;">BSOD</h1>
<p> <b><pre>
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:
Windows NT se ha colgado
Soy la pantalla azul de la muerte
Nadie oirá tus gritos
</pre></b></p>
<h1 style="background-color:#F882E4 ;">FAQ</h1>
<p><b><pre>
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.
</pre></b></p>
</body>
</html>
Subscribe to:
Comments (Atom)