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
Explain typecasting in javascript?
What's Prototypes for JavaScript
What is an onclick?
How do you add an element at the beginning of an array?
What are global variables? How are these variable declared and what are the problems associated with using them?
Which software is best for javascript?
Is Exception handling possible in Javascript?
How to get the contents of an input box using javascript?
Is there an ide for javascript?
How much do javascript programmers make?
What is dom in javascript?
How to remove duplicates from javascript array?
How dhtml is used in javascript?
How to write a function in javascript?
What typeof returns for a null value?