• Home (current)
  • About
  • Forum
  • Gallery
  • Files
  • Links
  • Polls
  • Contact
  • VoiceClip
  • Radio
  • Members
  • Sign-In
  • Register
  • Blog
  • Pages
  • Files
  • All
  1. Home
  2. Code Snippets
  3. Sample of code syntax highlighter

err0r.net


<my little piece of the internet/>

Sample of code syntax highlighter

Published by err0r on Sunday, 16 August 2020 in Code Snippets

avatar

Simple javascript output example

<!DOCTYPE html>
<html>
<body>

<h2>My First Web Page</h2>
<p>My first paragraph.</p>

<p>Never call document.write after the document has finished loading.
It will overwrite the whole document.</p>

<script>
document.write(5 + 6);
</script>

</body>
</html> 

E-Cms by err0r @ techdesigns007.com.    Privacy Policy   Terms & Conditions    Unsubscribe

We use cookies to ensure you get the best experience on our website. Learn more
img