-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtarea.html
61 lines (47 loc) · 2.06 KB
/
tarea.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
<!doctype html>
<html>
<head>
<script src="jquery-3.6.0.min.js"></script>
</head>
<head>
<title>Canciones muy bacanes</title>
<link href = "cosas.css" rel ="stylesheet"/>
</head>
<body>
<header id = "cabecera" class = "destacado">
<nav>
<ul>
<li><a target="_blank" href = "https://www.youtube.com/watch?v=CqYYZXv3oWg.html">Más música bacán</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=NzP-ftLfkMU">Música no tan bacán</a></li>
</ul>
</nav>
</header>
<div id="azul" class = "ola" style="background-color: #D2E8E3;">
<p> Escucha música :)</p>
</div>
<div class="ola">
<h2>Canciones muy bacanes</h2>
<p>Aquí hay una lista de canciones muy bacanes<strong></strong></p>
</div>
<ol type=”A”>
<li><a target="_blank" title = "link cool" href = "https://www.youtube.com/watch?v=H5v3kku4y6Q"> As it was</a> - Harry Styles</li>
<li><a target="_blank" title = "link cool" href = "https://www.youtube.com/watch?v=HfkjnAv_uRE"> Muriendo De Envidia</a> - C. Tangana, Eliades Ochoa</li>
<li><a target="_blank" title = "link cool" href = "https://www.youtube.com/watch?v=aN5s9N_pTUs"> Cleopatra</a> - The Lumineers</li>
</ol>
<div class="font-properties">
<p>
La música es muy importante.
</p>
<div class = "choripan">
<p> ***Acuérdese de tomar agua porque también es importante***</p>
</div>
<body>
<h2 class = "destacado"></h2>
<img src="cc.webp" width = 200 >
<img src="jarry.jpg" width="220" >
</body>
<div class="footer", id = "footer">
<p> Importante mencionar que estas recomendaciones son personales</p>
</div>
</body>
</html>