How to include the HTML tag inside the javascript tags?
Answer Posted / upendar
By Using
document.write("<html>");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do ellipses mean in javascript?
How does typeof operator work?
What is javascript bom?
How dhtml is used in javascript?
What are self invoking functions?
What is escape() function?
How to test for bad numbers using javascript?
Which software is best for javascript?
What is array constructor in javascript?
Explain what is javascript? List some data types supported by javascript?
Explain typecasting in javascript?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
Where do I put javascript code in html?
How are DOM utilized in JavaScript?
Explain javascript debounce function?