HTML Tutorial in Hindi [Part 46] - script and noscript tag | How to add script in html webpage

Tech Gun
Youtube
Related Topic
:- Web Development HTML

In this tutorial i will talk about script and noscript tag. How to add script in html webpage. Script tag: The script tag is used to embed a client-side script (JavaScript). The script element either contains scripting statements, or it points to an external script file through the src attribute. Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content. 

Comments