Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv=content-type content=text/html; charset=UTF-8> <!-- ha -->
  5. <title>a page</title>
  6. <script src="scr1.js"></script>
  7. <script src="scr2.js"></script>
  8. </head>
  9. <body>
  10. <div id="thediv"></div>
  11. <script>
  12. document.getElementById('thediv').textContent = myvar_a + mylet_b + myvar_c + mylet_d;
  13. </script>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement