-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPaginaChatgpt.html
88 lines (61 loc) · 2.37 KB
/
PaginaChatgpt.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">
<title>Chatgpt</title>
<link rel="stylesheet" href="Stylegpt.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">Chat GPT</h1>
<meta name="robots" content="follow"/>
<div class="imagen" >
<a href="https://chat.openai.com" target="_blank">
<img src="RecuRsos/Capturachatgpt.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>Acceso a información rápida</td>
<td>Errores de interpretación</td>
</tr>
<tr>
<td>Aprendizaje continuo</td>
<td>Dependencia tecnológica</td>
</tr>
<tr>
<td>Interacción personalizada</td>
<td>Privacidad</td>
</tr>
<tr>
<td>Amplia gama de temas</td>
<td>Falta de empatía</td>
</tr>
</table>
</div>
<h2 id="h2correcion"> Conclusión</h2>
<div class="fondoTablaAbajo">
<p>ChatGPT ofrece respuestas rápidas y variadas las 24 horas, pero puede cometer errores y carece de
profundidad y empatía. La privacidad y la dependencia tecnológica son preocupaciones.</p>
</div>
</div>
</div>
</body>
</html>