-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliografía.html
60 lines (50 loc) · 3.05 KB
/
bibliografía.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
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>ASP.NET CORE.BIBLIOGRAFIA</title>
<meta name ="author" content ="Iván Vega Prieto" />
<meta name ="description" content ="página que contiene los enlaces" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<meta name ="keywords" content ="Bibliografía,enlaces,wikipedia,información" />
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo/layout.css" />
</head>
<body>
<nav><a accesskey="I" tabindex="1" title = "indice" href="index.html">Índice </a>
<a accesskey="Q" tabindex="2" title = "información acerca del framework " href="queEs.html">Qué es </a>
<a accesskey="H" tabindex="3" title = "historia" href="historia.html">Historia de ASP.NET.Core</a>
<a accesskey="V" tabindex="4" title = "versiones" href="versiones.html"> Ver versiones</a>
<a accesskey="F" tabindex="5" title = "formulario" href="cuestionario.html"> Realice un formulario</a>
<a accesskey="B" tabindex="6" title = "bibliografía" href="bibliografía.html"> Bibliografía</a></nav>
<header>
<h1>ASP.NET Core</h1>
</header>
<main>
<!-- Datos con el contenidos que aparece en el navegador -->
<h2>Bibliografía</h2>
<p>Toda la información que ha sido necesitada a la hora de crear esta página
ha salido tras una búsqueda por la red. Buscando, no solo información, sino
una información correcta y precisa
</p>
<section>
<h3> Enlaces</h3>
<nav><ul>
<li><a tabindex="7" accesskey="R" title = "Numero 1 " href="https://www.bravent.net/que-es-asp-net-core/">Bravent</a></li>
<li><a tabindex="8" accesskey="W" title = "Numero 2 " href="https://es.wikipedia.org/wiki/ASP.NET_Core">Wikipedia ASP.NET Core</a> </li>
<li><a tabindex="9" accesskey="A" title = "Numero 3 " href="https://es.wikipedia.org/wiki/ASP.NET">Wikipedia ASP.NET</a> </li>
<li><a tabindex="10" accesskey="M" title = "Numero 4 " href="https://learn.microsoft.com/es-es/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-6.0">Página microsoft</a> </li>
<li><a tabindex="11" accesskey="E" title = "Numero 5 " href="https://es.wikipedia.org/wiki/.NET_Core">Versiones ASP.NET Core</a> </li>
<li><a tabindex="12" accesskey="N" title = "Numero 6 " href="https://openwebinars.net/blog/que-es-aspnet-y-cuales-son-sus-puntos-fuertes/">Versiones ASP.NET </a> </li>
</ul></nav>
<img src="Multimedia/Images/fotoAsp.png" alt=" foto ASP.NET Core!" />
</section>
</main>
<footer>
<img src="Multimedia/Images/HTML5.png" alt=" HTML5 Válido!" />
<img src="Multimedia/Images/CSS3.png" alt="CSS Válido!" />
<p> Iván Vega Prieto. Escuela Ingeniería informática 2022/2023</p>
</footer>
</body>
</html>