-
Notifications
You must be signed in to change notification settings - Fork 0
/
premios.html
75 lines (72 loc) · 2.73 KB
/
premios.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="Brian Kernighan,Dennis Ritchie, Ritchie,C,Computación,UNIX,Unix,Premios">
<meta name="author" content="Pablo Fernández Martínez">
<meta name="description" content="Lista que contiene los premios de Brian Kernighan y Dennis Ritchie">
<meta name ="viewport" content ="width=device-width, initial scale=1.0" />
<title>Premios de Brian Kernighan y Dennis Ritchie</title>
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo/posicionamiento.css" />
<link rel="stylesheet" type="text/css" media="(max-width: 400px)" href="estilo/posicionamientoMovil.css" />
</head>
<body>
<header>
<h1>Brian Kernighan y Dennis Ritchie</h1>
</header>
<main>
<section>
<h2>Premios obtenidos durante sus vidas</h2>
<table id="premios">
<caption>Premios obtenidos</caption>
<tr>
<td>Premiado</td>
<th>Año</th>
<th>Premio</th>
</tr>
<tr>
<th>Dennis Ritchie</th>
<td>1979</td>
<td>Premio NEC C&C</td>
</tr>
<tr>
<th>Dennis Ritchie</th>
<td>1983</td>
<td>Premio Turing</td>
</tr>
<tr>
<th>Dennis Ritchie</th>
<td>1990</td>
<td>Medalla IEEE Richard W. Hamming</td>
</tr>
<tr>
<th>Dennis Ritchie</th>
<td>1999</td>
<td>Medalla Nacional de Tecnología</td>
</tr>
<tr>
<th>Dennis Ritchie</th>
<td>2011</td>
<td>Premio de Japón</td>
</tr>
</table>
</section>
</main>
<aside>
<h2>Contenidos</h2>
<nav>
<ul>
<li><a href="/sew/" accesskey="I" tabindex="1">Inicio</a></li>
<li><a href="/sew/logros" accesskey="L" tabindex="2">Logros</a></li>
<li><a href="/sew/premios" accesskey="P" tabindex="3">Premios</a></li>
<li><a href="/sew/opiniones" accesskey="O" tabindex="4">Opiniones</a></li>
</ul>
</nav>
</aside>
<footer>
<img src="multimedia/HTML5.png" alt=" HTML5 Válido!" />
<img src="multimedia/CSS3.png" alt="CSS Válido!" />
</footer>
</body>
</html>