How to include the HTML tag inside the javascript tags?
Answer Posted / r.deepe
by using document.writeln() function we can use HTML tags
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between call & apply?
Why is javascript not oop?
What is the use of a date object in javascript?
What is difference between local and global scope in javascript ?
Do you have to declare variables in javascript?
What is difference between undefined variable and undeclared variable?
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases
What is strict mode in javascript?
How to create a popup warning box?
How long does it take to get good at javascript?
What boolean operators can be used in JavaScript?
How do you check if a value is a number in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
Explain why "self" is needed instead of "this".
Who created npm?