Advertisement
Guest User

Untitled

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