-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPaginaGithubCopilot.html
88 lines (61 loc) · 2.4 KB
/
PaginaGithubCopilot.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
76
77
78
79
80
81
82
83
84
85
86
87
88
<html lang="esp">
<head>
<meta charset="UTF-8">
<meta name="robots" content="follow"/>
<title>Chatgpt</title>
<link rel="stylesheet" href="StyleCopilot.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="lateral">
<main>
<header>Indice</header>
<ul class="menuVertical">
<li><a href="Index.html">Pagina principal</a></li>
<li><a href="PaginaChatgpt.html">Chat GPT</a></li>
<li><a href="PaginaChatBing.html">Chat Bing</a></li>
<li><a href="PaginaGithubCopilot.html">Github copilot</a></li>
</ul>
</div>
<div class="principal">
<h1 class="Titulo">GitHub copilot</h1>
<div class="imagen" >
<a href="https://github.com/features/copilot" target="_blank">
<img src="Recursos/Screenshot 2023-11-15 171454.png" alt="No se pudo cargar la imagen" height="500">
</a>
</div>
<div class="texto">
<h2> Ventajas y desventajas</h2>
<div id="fonfoTabla">
<table border="1">
<tr>
<td>Ventajas </td>
<td>Desventajas</td>
</tr>
<tr>
<td>Generación de código rápido</td>
<td>Calidad del código</td>
</tr>
<tr>
<td>Eficiencia</td>
<td>Dependencia del contexto</td>
</tr>
<tr>
<td>Aprendizaje continuo</td>
<td>Posible falta de originalidad</td>
</tr>
<tr>
<td>Diversidad de lenguajes</td>
<td>Privacidad y seguridad</td>
</tr>
</table>
</div>
<h2 id="h2correcion"> Conclusión</h2>
<div class="fondoTablaAbajo">
<p>GitHub Copilot ofrece rapidez, eficiencia y aprendizaje continuo al generar código, siendo versátil en varios lenguajes.
No obstante, la calidad del código puede variar.</p>
</div>
</div>
</div>
</body>
</html>