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 are all the types of Pop up boxes available in JavaScript?
What is the use of a set object in javascript?
Are Javascript and JScript the same?
How do I get javascript?
Explain the difference between “==” and “===”?
what is lazy fetching in hibernate
How to have an element invoke a javascript on selection, instead of going to a new url?
List few difference between primitive and non primitive javascript data types?
How to reload the current page?
What is javascript tree shaking?
What is javascript ‘strict mode’?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
What is undefined in math?
What are the javascript data types?
Where do I put javascript code in html?