How to include the HTML tag inside the javascript tags?
Answers were Sorted based on User's Feedback
Answer / r.deepe
by using document.writeln() function we can use HTML tags
Is This Answer Correct ? | 5 Yes | 1 No |
<script type="text/javascript">
document.write("<h1>Hi</h1>");
</script>
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kapil
write html tag within double courts to include html in java script
Is This Answer Correct ? | 4 Yes | 9 No |
How to loop through array in javascript?
What is the scope of a function?
Is java is a fully object object oriented language?
What is asynchronous javascript?
How can you do a character count in javascript?
Why we use java script when java also supports validation?
What is a prompt box in javascript?
How do I turn on javascript?
how can i change colour of a image in aspx file?
What are the main functions performed by javascript statements?
how to get no of items from from weblist?
What is === in javascript?