-
Notifications
You must be signed in to change notification settings - Fork 0
/
noticias20162017.html
57 lines (51 loc) · 2 KB
/
noticias20162017.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Noticias 2016/2017</title>
<link rel="stylesheet" href="hojaestilos.css"/>
<link rel="shortcut icon" href="imagenes/escudogene.ico" type="image/x-icon" />
</head>
<body>
<div align="center">
<header id="cabeceraweb">
<h1>NOTICIAS 2016/2017</h1>
<footer><a href="primerapaginaweb.html"><h5>Vuelta a la página inicio</h5></a></footer>
</header>
<header>
<h2>CUOTAS GOLEADORES</h2>
<figure>
<img src="imagenes/goleadoresderbi.jpg" />
<figcaption><strong>Así están las cuotas a menos de 24 horas para el derbi</strong></figcaption>
</figure>
</header>
<header>
<h2>Video promocional del derbi</h2>
<video src="videos/videointroderbi.mp4" width="640px" height="360px" controls="controls"><code>video</code>
</video>
</header>
<header>
<h2>PILLADO</h2>
<figure>
<img src="imagenes/apofiesta.jpg" width="600" height="300"/>
<figcaption><strong>Aquí podemos ver al jugador del vallehermoso que dijo que estaba lesionado y en <br/>
estaba de fiesta. No creo que al club le haya gustado este comportamiento<br/>
y tomarán las medidas oportunas</strong></figcaption>
</figure>
</header>
<header>
<h2>Lesion</h2>
<figure>
<img src="imagenes/lesionkichi.jpg"/>
</figure>
</header>
<header>
<h2>Pretemporada</h2>
<figure>
<img src="imagenes/arturapopret.jpg" width="300" height="400"/>
<figcaption><strong>Aquí podemos ver a dos miembros tomandoselo en serio y haciendo pretemporada</strong></figcaption>
</figure>
</header>
</div>
</body>
</html>