Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <button type="button" onClick="myFunction()">Hint!</button>
  2. <p id="hint"></p>
  3. <script>
  4. function myFunction(){document.getElementById("hint").innerHTML = "<em><u>hint here.</u></em>";}
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement