how can you use HTML tags in Java script
Answers
Answered by
1
Answer:
If you write HTML into java script anywhere, it will think the HTML is written in java
script. The best way to include HTML in JavaScript is to write the HTML code on the page. The browser can't display HTML tags, so the browser will recognize the HTML and write this code in HTML.
Explanation:
Similar questions