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
Do I need to install javascript?
What is the difference between HTMLCollection and NodeList?
Is null in javascript?
Why is javascript used for web pages?
Explain unescape() and escape() in javascript?
What is noscript tag?
what is event bubbling and event capturing in javascript?
What is DOM? What is the use of document object?
What is difference between local variable and global?
To write messages to the screen without using "document.write()"?
Why do we need to declare variables?
Are javascript variables case sensitive?
What do you understand by this keyword in javascript?
Is javascript multi-threaded or single-threaded?
How to remove duplicate values from a javascript array?