Creating HTML using DOM and JavaScript
Have been doing a lot of dynamic HTML using JavaScript lately and it is so much nicer and easier using the Document Object Model (DOM) than using string concatenation.





