aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/sandbox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/sandbox/index.html')
-rw-r--r--files/pt-br/sandbox/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/pt-br/sandbox/index.html b/files/pt-br/sandbox/index.html
new file mode 100644
index 0000000000..b16043d457
--- /dev/null
+++ b/files/pt-br/sandbox/index.html
@@ -0,0 +1,39 @@
+---
+title: Minha Sandbox
+slug: Sandbox
+tags:
+ - Sandox
+ - Tutorial
+translation_of: Sandbox
+---
+<h2 id="Hello_World" name="Hello_World">Olá Mundo</h2>
+
+<h3 id="Conteúdo_HTML">Conteúdo HTML</h3>
+
+<pre class="brush: css line-numbers language-css notranslate">&lt;h1&gt;Olá mundo&lt;/h1&gt;
+<code class="language-css">&lt;ul class=<span class="string token">"list"</span>&gt;
+ &lt;li&gt;Abacaxi&lt;/li&gt;
+ &lt;li&gt;Limão&lt;/li&gt;
+ &lt;li&gt;Batata&lt;/li&gt;
+ &lt;li&gt;Alface&lt;/li&gt;
+ &lt;li&gt;Paçoca&lt;/li&gt;
+&lt;/ul&gt;</code></pre>
+
+<h3 id="Conteúdo_CSS">Conteúdo CSS</h3>
+
+<pre class="notranslate">h1 {
+ color: lime;
+}
+</pre>
+
+<h2 id="Resultado"><strong>Resultado</strong></h2>
+
+<p>{{EmbedLiveSample('Hello_World','','','','Sandbox')}}</p>
+
+<ul class="htmlelt">
+ <li><dfn>Conteúdo permitido</dfn> Nenhum, assim como este {{Glossary("elemento vazio")}}.</li>
+</ul>
+
+<ul class="htmlelt">
+ <li>Não há conteúdos aceitáveis, porque é um {{Glossary("elemento vazio")}}.</li>
+</ul>