How to include the HTML tag inside the javascript tags?
Answer Posted / kapil
write html tag within double courts to include html in java script
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What are different types of inheritence? Which inheritance is followed in javascript.
How to create a confirmation box?
Example of using regular expressions for syntax checking in javascript?
Can you explain how inheritance works in javascript?
What is the most popular javascript library?
What is javascript and how it works?
What is Associative Array? How do we use it?
What are the basic groups of dataypes in JavaScript?
What are events 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?
What is the role of javascript in a web page?
How do you declare javascript?
If we want to return the character from a specific index which method is used?
How to get the type of arguments passed to a function?
How to set a html document's background color?