mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
feat(ch 3): added
This commit is contained in:
92
Unidad_03_HTML/HTML/030-marcos/der.html
Normal file
92
Unidad_03_HTML/HTML/030-marcos/der.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Marvel - Los vengadores</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 50px;
|
||||
padding: 0px;
|
||||
background: #2372DE;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 11pt;
|
||||
color: #FFFFFF;
|
||||
text-align:center;
|
||||
}
|
||||
h1 {
|
||||
color: #FFFF99;
|
||||
}
|
||||
a {
|
||||
color: #FFFFFF; /* Blanco */
|
||||
}
|
||||
a:hover {
|
||||
color: #FFFFFF; <!-- Blanco -->
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* Estilos para las tablas */
|
||||
#tablaPrincipal {
|
||||
border-collapse:collapse;
|
||||
border:3px dotted #66CC33; /* verde */
|
||||
width:100%;
|
||||
|
||||
}
|
||||
.tablaSuperheroe {
|
||||
border:1px solid #CC0000; /* rojo */
|
||||
width:100%;
|
||||
}
|
||||
th {
|
||||
text-align:center;
|
||||
padding:15px;
|
||||
background-color:#330099;
|
||||
}
|
||||
.descripcionHeroe {
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
}
|
||||
img {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Superh<EFBFBD>roes de Marvel - Los vengadores</h1>
|
||||
<table id="tablaPrincipal">
|
||||
<tr>
|
||||
<td><table class="tablaSuperheroe">
|
||||
<tr>
|
||||
<th colspan="2"><a href="http://es.wikipedia.org/wiki/Thor" target="izquierda">Thor</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../image/Thor.jpg" /></td>
|
||||
<td class="descripcionHeroe">Un semidios con un poder portentoso gracias a su martillo, que le fue regalado por su padre, el gran Odín, padre de todos los Dioses de Asgard. Thor viaja por accidente a la tierra y desde ese momento pasa a ser su protector ante diversas fuerzas espaciales malignas.</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table class="tablaSuperheroe">
|
||||
<tr>
|
||||
<th colspan="2" ><a href="http://es.wikipedia.org/wiki/Hulk">Hulk</a><a href="http://es.wikipedia.org/wiki/Thor"></a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../image/hulk.jpg" /></td>
|
||||
<td class="descripcionHeroe">Conocido en español como "La Masa" (traducción literal del vocablo "Hulk"), se trata del alterego del científico Bruce Banner, quien se expone a un alto nivel de radiación Gamma y a partir de ese momento, cuando el humano es alterado, se transforma de inmediato en un ser con una fuerza que rivaliza con la del propio Supermán.</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table class="tablaSuperheroe">
|
||||
<tr>
|
||||
<th colspan="2"><a href="http://es.wikipedia.org/wiki/Iron_Man">Iron Man</a><a href="http://es.wikipedia.org/wiki/Thor"></a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../image/iron-man.jpg" /></td>
|
||||
<td class="descripcionHeroe">Un multimillonario, empresario e ingeniero, Tony Stark sufre una lesión en el pecho durante un secuestro en el que sus captores tratan de obligarlo a construir un arma de destrucción masiva. Él crea en su lugar una poderosa armadura para salvar su vida y escapar de su cautiverio. Luego utiliza la armadura para proteger al mundo como Iron Man.</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> </p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
56
Unidad_03_HTML/HTML/030-marcos/izq.html
Normal file
56
Unidad_03_HTML/HTML/030-marcos/izq.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Marvel - Los vengadores</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 50px;
|
||||
padding: 0px;
|
||||
background: #2372DE;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 11pt;
|
||||
color: #FFFFFF;
|
||||
text-align:center;
|
||||
}
|
||||
h1 {
|
||||
color: #FFFF99;
|
||||
}
|
||||
a {
|
||||
color: #FFFFFF; /* Blanco */
|
||||
}
|
||||
a:hover {
|
||||
color: #FFFFFF; <!-- Blanco -->
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* Estilos para las tablas */
|
||||
#tablaPrincipal {
|
||||
border-collapse:collapse;
|
||||
border:3px dotted #66CC33; /* verde */
|
||||
width:100%;
|
||||
|
||||
}
|
||||
.tablaSuperheroe {
|
||||
border:1px solid #CC0000; /* rojo */
|
||||
width:100%;
|
||||
}
|
||||
th {
|
||||
text-align:center;
|
||||
padding:15px;
|
||||
background-color:#330099;
|
||||
}
|
||||
.descripcionHeroe {
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
}
|
||||
img {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2><a href="http://www.google.com" target="principal" >Thor</a></h2>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
15
Unidad_03_HTML/HTML/030-marcos/marcos.html
Normal file
15
Unidad_03_HTML/HTML/030-marcos/marcos.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-Frame-Options" content="GOFORIT">
|
||||
<title>Documento sin título</title>
|
||||
</head>
|
||||
<frameset cols="15%,*" border="1">
|
||||
<frame src="izq.html" name="izquierda" />
|
||||
<frame src="der.html" name="principal" scrolling="no" />
|
||||
</frameset>
|
||||
|
||||
<noframes><body>
|
||||
</body></noframes>
|
||||
</html>
|
||||
Reference in New Issue
Block a user