-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (30 loc) · 1.17 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PRUEBA NUMERO 1</title>
</head>
<body>
<H1>PRUEBAS</H1>
<br/>
<h2>¿que es una ciencia?</h2>
<br/>
<p>Rama del saber humano constituida por el conjunto de conocimientos objetivos
y verificables sobre una materia determinada que son obtenidos mediante la observación
y la experimentación, la explicación de sus principios y causas y la formulación y verificación de hipótesis
y se caracteriza, además, por la utilización de una metodología adecuada para el objeto de estudio
y la sistematización de los conocimientos.</p>
<br/>
<a href="https://www.gmail.com">LINK PARA IR A GMAIL :)</a>
<br>
<br>
<br>
<br>
<br/>
<a href="https://translate.google.com.mx/">TRADUCTORRRRR</a>
<h4>PUBLICANDO EN GITHUB</h4>
<!-- http://127.0.0.1:5500/index.html--> <!--LINK A PAGINA WEB-->
</body>
</html>