- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Why should we use
To find whether the browser supports JavaScript or not, use the <noscript> tag. The HTML <noscript> tag is used to handle the browsers, which do recognize <script> tag but do not support scripting. This tag is used to display an alternate text message.
Example
<!DOCTYPE html> <html> <head> <title>HTML noscript Tag</title> </head> <body> <script> <!-- document.write("Hello JavaScript!") --> </script> <noscript> Your browser does not support JavaScript! </noscript> </body> </html>
- Related Articles
- Why should we not use ++, -- operators in JavaScript?
- Why should we use a semicolon after every function in JavaScript?
- Why we should use set.seed in R?
- Why should we use MySQL CASE Statement?
- Why do we use "use strict" in JavaScript?
- Why we should use whole string in Java regular expression
- What is SciPy and why should we use it?
- Why should we not use an umbrella during lightning?
- Why do we Use JavaScript in HTML?
- Why should we use fossil fuels only when absolutely necessary?
- Why we use Element Symbol in science? Are element symbols are important when we right reactions?
- Why do we use jQuery over JavaScript?
- Why should we use a StringBuffer instead of a String in Java?\n
- Why should we use wire netting in doors and windows of our homes?
- Why we should save electricity?

Advertisements