

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 <noscript> element in JavaScript?
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 Questions & Answers
- HTML <noscript> Tag
- Why do we use cin >> and cout << in C++ ?
- Why should we not use ++, -- operators in JavaScript?
- Should I use <img>, <object>, or <embed> for SVG files?
- Why we should use set.seed in R?
- Why should I not #include <bits/stdc++.h>?
- Why should we use MySQL CASE Statement?
- Why should we use a semicolon after every function in JavaScript?
- What is SciPy and why should we use it?
- How to specify whether the <form> or the <input> element should have autocomplete enabled in HTML?
- Bootstrap <small> element
- Why we should use whole string in Java regular expression
- Why in MySQL, we cannot use arithmetic operators like ‘=’, ‘<’ or ‘<>’ with NULL?
- Why should I use Hubspot?
- '></a></li></ul><i>xssi</i>
Advertisements