How can I use JavaScript to create and style (and append to the page) a div, with content? I know it\'s possible, but how?
this solution uses the jquery library
$('#elementId').append("content");