HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML noscript Tag

HTML noscript Tag

 

 

The noscript tag defines alternate content to be displayed to users that have disabled scripts in their browser or have a browser that does not support scripts. We can use noscript tag both in the head and body elements. However, it will only contain meta, style, and link elements when noscript tag is present inside head tag.

 

Syntax:-

 

Its syntax is:- < noscript >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML