How to include the HTML tag inside the javascript tags?
Answer Posted / ramyagurrala
<script type="text/javascript">
document.write("<h1>Hi</h1>");
</script>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is undefined x 1 in JavaScript?
What does polyfill mean?
What typeof returns for a null value?
What is a boolean search?
In a pop-up browser window, how do you refer to the main browser window that opened it?
Write the point of difference between web-garden and a web-farm?
What are javascript properties?
What is event target in javascript?
What are data structures in javascript?
How compare function works javascript?
What is the difference between undefined value and null value?
just for testing
What is javascript namespacing?
How to create objects in JavaScript?
How to count the number of element in an array using javascript?