Usuario

Diferencia entre revisiones de «HGJaime»

Línea 7: Línea 7:
 
*Primer elemento no numerado
 
*Primer elemento no numerado
 
*Segundo elemento no numerado
 
*Segundo elemento no numerado
#Primer elemento no numerado
+
#Primer elemento numerado
#Segundo elemento no numerado
+
#Segundo elemento numerado
<h1>Titulo</h1>
+
{| class="wikitable sortable"
 +
|-
 +
! Categoria 1 !! Categoria 2 !! Categoria 3
 +
|-
 +
| Ejemplo || Ejemplo || Ejemplo
 +
|-
 +
| Ejemplo || Ejemplo || Ejemplo
 +
|}
 +
==HTML tags==
 
<br>
 
<br>
 
<br>
 
<br>
Línea 17: Línea 25:
 
</html>
 
</html>
  
==Testing JavaScript in Body==
+
===Testing JavaScript in Body===
  
 
<p id="here"></p>
 
<p id="here"></p>
Línea 25: Línea 33:
 
</script>
 
</script>
  
==Testing iframe==
+
===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:52 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 numerado
  2. Segundo elemento numerado
Categoria 1 Categoria 2 Categoria 3
Ejemplo Ejemplo Ejemplo
Ejemplo Ejemplo Ejemplo

HTML tags



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>