From 146484f4e9865f050ed09dcc623b4e28dea6143e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 14 Jul 2021 22:17:35 -0400 Subject: [pt-BR] unbreak live sample with HTML and JS (#1428) --- files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/learn/javascript') diff --git a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html index e4410c593f..4c6e6f82ed 100644 --- a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html @@ -280,7 +280,7 @@ for(let i = 0; i < buttons.length ; i++) { document.body.appendChild(para); } -
<button onclick="criarParagrafo()">Me clique!</button>
+
<button onclick="criarParagrafo()">Me clique!</button>

Você pode tentar essa versão na nossa demonstração abaixo.

-- cgit v1.2.3-54-g00ecf