diff options
Diffstat (limited to 'files/es/sandbox')
-rw-r--r-- | files/es/sandbox/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/es/sandbox/index.html b/files/es/sandbox/index.html new file mode 100644 index 0000000000..e7614ae246 --- /dev/null +++ b/files/es/sandbox/index.html @@ -0,0 +1,29 @@ +--- +title: Sandbox (Página de pruebas) +slug: Sandbox +tags: + - caja-de-arena + - demo + - sanbox + - temporario +translation_of: Sandbox +--- +<h1 id="Hello_World" name="Hello_World">Hola Mundo</h1> + +<h3 id="Contenido_HTML">Contenido HTML</h3> + +<pre class="brush: html"><h1> + +<p>Hello friends</p> + +<h3 id="Contenido_CSS">Contenido CSS</h3> + +<pre class="brush: css">h1{ +color:#AAAF; +}</pre> + +<h1 id="Resultado"><strong>Resultado</strong></h1> + +<p class="brush: css"></p> + +<h1 id="Hello_World_2">Hello World</h1></pre> |