Q1 What is the relation between script tag and browsers compatibility.
Answers
Answered by
5
.
Web browsers that support JavaScript execute the JavaScript statements that appear between the script and script tags. Browsers that don't support JavaScript but recognize the scripttag simply ignore everything between script and script. This is as it should be
Similar questions