views:

70

answers:

2

<script type="text/javascript">
html code here
</script>

A: 

HTML code where? Be specific, do you want to write it out to the document or in a string or what?

Lloyd
This should be a comment, not an answer.
Oded
I want to write the code inside javascript
zoro
+4  A: 

Maybe you want document.write?

DixonD
Look i want to write html code inside javascript. You know what html is ??
zoro
@zoro: Do _you_ know what HTML is?
Mathias Bynens
@zoro: Try to be nice, you want something from us! And actually this is a correct answer. There are other ways to create HTML elements via JavaScript but I assume this is not what you want.
Felix Kling