Advertisement
KodingKid

An introduction to Javascript

Mar 26th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.getElementById('demoscript').innerHTML = 'My JavaScript Tutorial';
  2. document.getElementById("demoscript").style.fontSize = "25px";
  3. document.getElementById("demo").style.display = "inline";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement