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
How do I add javascript to chrome?
What are the different types of errors supported by javascript?
Explain javascript debounce function?
What is the use of math object in javascript?
Where can I learn javascript for free?
How are tag positions used in javascript?
How to make elements invisible?
What does polyfill mean?
How to write hello world on the web page?
What are a fixed-width table and its advantages in javascript?
What is an object in javascript, give an example?
Explain the term closure?
Is javascript free to use?
What is a boolean search?
How do you add an element at the beginning of an array?