Dia 6
This commit is contained in:
27
Practicas/Practicas HTML/Practica 8/Prueba de Iframe.html
Normal file
27
Practicas/Practicas HTML/Practica 8/Prueba de Iframe.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Prueba etiqueta iframe</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Iframe simple (ventana a otra web)</p>
|
||||
<iframe style="display: block; margin: auto" width="80%" height="400px"
|
||||
src="https://www.lavozdegalicia.es/"></iframe>
|
||||
|
||||
<p>Iframe simple (ventana a otra web)</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z30NahjTTs0" title="YouTube video player"
|
||||
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
<p>Iframe simple (ventana a otra web)</p>
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2916.957396491147!2d-7.570978685266243!3d43.021283901080615!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd31ce600810f8b9%3A0xf0f19767f9a68f80!2sMar%20Cantabrico%2C%2026%2C%2027004%20Lugo!5e0!3m2!1ses!2ses!4v1668515278877!5m2!1ses!2ses"
|
||||
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
|
||||
referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
<br>
|
||||
<iframe width="560" height="315" src="../Practica 7/Practica 7g.html" frameborder="0"></iframe>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user