AleloVegetal: Introdução ao Módulo Observação
De AleloWiki
Revisão de 15h50min de 13 de junho de 2019 por Arthurdelmondes (Discussão | contribs) (→Módulo Observação)
|
Módulo Observação
aaaa
- linha teste
- linha teste
- linha teste
• caracter • caracter • caracter • caracter • caracter • caracter
<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 |