-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (47 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 pagina mario espada👌</title>
</head>
<body>
<h1>Primer parte</h1>
<h2>segunda parte</h2>
<hr>
<p>texto para escribir y mas texto.</p>
<p>segunda linea de texto</p>
o
texto escrito <br>
mas texto <br>
y una mas.
<hr>
<h1>lista 1</h1>
<ul>
<li>bugatti</li>
<li>ferrari</li>
<li>lamborghini</li>
</ul>
<hr>
<h1>lista 2</h1>
<ol>
<li>bugatti</li>
<li>ferrari</li>
<li>lamborghini</li>
</ol>
<h1>imagene 1</h1>
<img width="200px" src="https://hips.hearstapps.com/hmg-prod/images/gettyimages-1422023439-64f1eaf518ace.jpg?crop=1xw:0.84375xh;center,top&resize=1200:*" alt="esto es un perro">
<br>
<hr>
<br>
<img width="150px" src="img/perro_adf93861_1412331876_230825124420_800x800.jpg" alt="otro perro">
<br>
<ul>
<li><a href="index.html">inicio</a></li>
<li><a href="contacto.html">contaco</a></li>
<li><a href="3enraya.html">3 en raya</a></li>
<li><a href="marioo.html">Marioo</a></li>
<li><a href="datocurioso.html">?</a></li>
</ul>
</body>
</html>