Diferencia entre revisiones de «HGJaime»
(Javascript Test) |
|||
Línea 10: | Línea 10: | ||
#Segundo elemento no numerado | #Segundo elemento no numerado | ||
<h1>Titulo</h1> | <h1>Titulo</h1> | ||
− | |||
− | |||
<br> | <br> | ||
<br> | <br> | ||
This is '''wikitext'''. | This is '''wikitext'''. | ||
− | |||
<html> | <html> | ||
This is <em>HTML</em>. | This is <em>HTML</em>. | ||
</html> | </html> | ||
+ | <h2>Testing JavaScript in Body</h2> | ||
+ | |||
+ | <p id="scripthere"></p> | ||
+ | |||
+ | <script> | ||
+ | document.getElementById("scripthere").innerHTML = "JavaScript is working here"; | ||
+ | </script> | ||
+ | <br> | ||
<iframe key="wiwi" path="" /> | <iframe key="wiwi" path="" /> | ||
+ | <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> |
Revisión del 21:38 1 oct 2020
Some testing
Contenido
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
- Primer elemento no numerado
- Segundo elemento no numerado
Titulo
This is wikitext.
This is HTML.
Testing JavaScript in Body
<script>
document.getElementById("scripthere").innerHTML = "JavaScript is working here";
</script>
<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>