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
Is javascript the future?
Is javascript case sensitive language?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
How are object properties assigned?
How to write comment in JavaScript?
What is a Typed Language?
What is the difference between scripting and programming?
Name some of the JavaScript features?
Why javascript is not secure?
What is arguments object in JavaScript?
What is an onclick?
Iam getting xml when we click on one button.Iam placing that
xml in dom.Im getting that xml data in one xsl.In that xsl
I want to increase the variable value which is declared in
xsl.
Ex:
What is string in javascript?
Which operator is used to assign a value to a variable?
What is the difference between window and document in Javascript?