-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEnlacesHtml.html
More file actions
30 lines (22 loc) · 1.13 KB
/
Copy pathEnlacesHtml.html
File metadata and controls
30 lines (22 loc) · 1.13 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
<!--
P1_ACTIVIDAD_6:videos-enlaces
Viktor Chargoy Espino #9 5°E
-->
<!DOCTYPE html>
<html>
<head>
<title>5 Tablas html</title>
</head>
<body bgcolor=white>
<center> <h1> <FONT color=black></FONT> </h1> </center>
<A href=https://developer.mozilla.org/es/docs/Web/HTML target=blank >HTML</A>
<br>
<A href=https://codigofacilito.com/articulos/que-es-html target=blank >HTML en código facilito</A>
<br>
<A href=https://www.w3schools.com/html/ target=blank ><IMG src=https://logodownload.org/wp-content/uploads/2016/10/html5-logo-1-768x1084.png height=200></A>
<br>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/PkZNo7MFNFg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<br>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/pQN-pnXPaVg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>
</html>