Return to Code Samples
JavaScript Logo

Pure JavaScript DOM Manipulation and
HTML5 Dynamic Object Generation

Clicking on the buttons below will add elements
to the page through JavaScript DOM manipulation.

Browser Error:
Use Mozilla 2+ or Chrome 4+ or IE 9+ browsers for Canvas support!!

Sample 1 - Add DIV with Text

DIV Text:




Sample 2 - Add Canvas and Shapes


Sample 3 - Add Alphabet Letters



Sample 4 - Generate HTML Links

Raw Unlinked Text

Here is some generic text. Check out: http://www.google.com, although www.jquery.com might break it.
Don't want to break already linked text? How about an email address? test1@home.com

Linked Text


The Javascript Code

Return to Code Samples