Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h2>
  5. O que podemos fazer com JavaScript?</h2>
  6. <p id="exemplo">
  7. JavaScript alterando o conteúdo HTML </p>
  8. <button type="button" onclick='document.getElementById("exemplo").innerHTML = "Olá Estudante!"'>Executar!</button>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement