Usuario

Diferencia entre revisiones de «HGJaime»

Línea 17: Línea 17:
 
</html>
 
</html>
  
<h2>Testing JavaScript in Body</h2>
+
==Testing JavaScript in Body==
  
 
<p id="here"></p>
 
<p id="here"></p>
Línea 24: Línea 24:
 
document.getElementById("here").innerHTML = "JavaScript is working here";
 
document.getElementById("here").innerHTML = "JavaScript is working here";
 
</script>
 
</script>
<br>
+
 
 +
==Testing iframe==
 
<iframe key="wiwi" path="" />
 
<iframe key="wiwi" path="" />
 
<br>
 
<br>
 
<iframe width="560" height="315" src="https://www.youtube.com/embed/PC9tgxm9BMM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
<iframe width="560" height="315" src="https://www.youtube.com/embed/PC9tgxm9BMM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Revisión del 22:49 1 oct 2020

Some testing

Nivel 1 Cabecera de primer nivel

Nivel 2 Cabecera de segundo nivel

Nivel 3 Cabecera de tercer nivel

Texto en cursiva
Texto en negrita

  • Primer elemento no numerado
  • Segundo elemento no numerado
  1. Primer elemento no numerado
  2. Segundo elemento no numerado

Titulo



This is wikitext. This is HTML.

Testing JavaScript in Body

<script> document.getElementById("here").innerHTML = "JavaScript is working here"; </script>

Testing iframe

<iframe key="wiwi" path="" />
<iframe width="560" height="315" src="https://www.youtube.com/embed/PC9tgxm9BMM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>