0
What is the work of <script> ?
I want to know all about "script" element.
3 Answers
+ 3
The HTML <script> Tag
The <script> tag is used to define a client-side script (JavaScript).
The <script> element either contains scripting statements, or it points to an external script file through the srcattribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
+ 1
We use script when we are using Javascript in html.
Bw these script tags we use Javascript codes.