Code on This Site
Whenever possible, I will try to provide code output in a way that is editable, changeable, and playable by you.
  - “Result”
- “HTML”
- “JavaScript”
If you see one of these sections, you can;
  - change the code,
- go back to “Results.”
- and see the changes live!
Try it below with the “Hello World!” example.
To do this;
  - Click the “JavaScript” tab,
- change the "Hello World!"text in line 4,
      - perhaps add some more text or change the tag types…?
 
- and go back to Results. You should now see your changes!
Code Links
Below many code examples
  - [ Code Download ]
    
      - This will be a zip folder containing all of the code for the example.
- This is a way for you to download code examples to play with on your computers easily.
 
- [ View on GitHub ]
    
      - This link will take you directly to the GitHub entry for this code so that you can look at it there.
 
- [ Live Example ]
    
      - This will take you to a webpage that only has the code in question presented.
 
These links will occur underneath code examples when appropriate and available.