Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <noscript> Tag  
The HTML5 <noscript> tag is beneficial for both the document author and the web user. For browsers which have disabled scripts or if it is not supported by the browser, alternate content will be shown to the users. Authors of HTML document would not have to resort to other techniques to ensure the performance of the document while users are able to view the web page properly.

The HTML5 <noscript> tag is capable of handling all the content that has to be placed inside the body element of a particular HTML document.

Using the <noscript> tag is the same for both HTML4.01 and HTML5. It is also compatible with the major web browsers like Firefox, Google Chrome, Safari, Opera and Internet Explorer.

Print HTML5 <noscript> Tag Bookmark HTML5 <noscript> Tag

Related Articles  
The HTML5 <meta> Tag
The HTML5 <meta> tag is utilized for providing information like the page description, keywords used, name of the ...
The HTML5 <h1> to <h6> Tags
The HTML5 <h1> to <h6> tags are mainly utilized for defining the headings that are used within a document. ...
The HTML5 <dt> Tag
The HTML5 <dt> tag is an important addition in any HTML document particularly when further terminology definition ...
The HTML5 <iframe> Tag
There are times when inserting or embedding another document within an HTML document is necessary. During such ...
The HTML5 <aside> Tag
The HTML5 <aside> tag is useful if it is necessary to specify another content that is different from the ...
The HTML5 <style> Tag
The HTML5 <style> tag has the capacity to determine the style information that has to be used for the document.
More