-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (60 loc) · 2.14 KB
/
index.html
File metadata and controls
70 lines (60 loc) · 2.14 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>entregable</title>
</head>
<body>
<h1>One Piece</h1>
<h2>Corto resumen</h2>
<p>One Piece narra la hstoria de un joven llamado Monkey D. Luffy, que inspirado por su amigo pirata shanks , comienza un viaje para alcanzar su sueño, ser el Rey de los piratas, para lo cual debera encontrar el tesoro "One Piece" dejado por el anterior rey de los piratas Gold D. Roger.</p>
<h2>Monkey D luffy</h2>
<img src="images.jpg" alt="">
<br>
<a href="https://as.com/meristation/nota/one-piece/"
target="">Noticias sobre One Piece</a>
<br>
<h2>Personajes de One Piece</h2>
<ol>
<li>Monkey D. Luffy</li>
<li>Roronoa Zoro</li>
<li>Nico Robin</li>
<li>Chopper</li>
<li>Usopp</li>
<li>Sanji</li>
<li>Brook</li>
<li>Nami</li>
<br>
<table border="1">
<tr>
<td>Dias de la semana</td>
<td>Actividad</td>
</tr>
<td>Lunes</td>
<td>Entregable</td>
</table>
<br>
<form action="">
<label for="name"> Nombre</label>
<input type="text" id="Name" name="name">
<br>
<br>
<label for="name"> Correo</label>
<input type="text" id="Name" name="name">
<br>
<br>
<label for="name"> Telefono</label>
<input type="text" id="Name" name="name">
<br>
<br>
<label for="name"> Contraseña </label>
<input type="text" id="Name" name="name">
<br>
<br>
<label for="name"> Enviar</label>
<input type="text" id="Name" name="name">
<button type="submit">Enviar</button>
</form>
</body>
</html>