Mudanças entre as edições de "AleloVegetal: Introdução ao Módulo Observação"
De AleloWiki
(→Módulo Observação) |
(→Módulo Observação) |
||
Linha 6: | Linha 6: | ||
aaaa | aaaa | ||
+ | |||
:: linha teste | :: linha teste | ||
:: linha teste | :: linha teste | ||
:: linha teste | :: linha teste | ||
+ | |||
+ | |||
+ | <syntaxhighlight lang="html5"> | ||
+ | <!DOCTYPE html> | ||
+ | <html lang="pt-BR"> | ||
+ | <head> | ||
+ | <meta charset="UTF-8" /> | ||
+ | <title>Wikipédia</title> | ||
+ | <script> | ||
+ | window.onload = function () { | ||
+ | document.getElementById("hello").addEventListener("click", function () { | ||
+ | alert("Bem-vindo à Wikipédia!"); | ||
+ | }, false); | ||
+ | }; | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <noscript>Seu navegador não suporta JavaScript ou ele está desabilitado.</noscript> | ||
+ | <button id="hello">Dizer "Olá"</button> | ||
+ | </body> | ||
+ | </html> | ||
+ | </syntaxhighlight> | ||
=Links asas= | =Links asas= |
Edição das 15h48min de 13 de junho de 2019
|
Módulo Observação
aaaa
- linha teste
- linha teste
- linha teste
<syntaxhighlight lang="html5">
<!DOCTYPE html>
<html lang="pt-BR">
<head> <meta charset="UTF-8" /> <title>Wikipédia</title> <script> window.onload = function () { document.getElementById("hello").addEventListener("click", function () { alert("Bem-vindo à Wikipédia!"); }, false); }; </script> </head> <body> <noscript>Seu navegador não suporta JavaScript ou ele está desabilitado.</noscript> <button id="hello">Dizer "Olá"</button> </body>
</html> </syntaxhighlight>
Links asas
asas |