HTML NoScript TagHTML <noscript> tag is used to define an alternate content for the users who have disabled scripting from the browser and want to access the web page. The <noscript> element can be used within <head> and <body> tags. While using noscript tag inside <head> element, <noscript> must contain <link>, <style>, and <meta> tags. The text inside the <noscript> element will be displayed if the user's browser is not script supporting. The example of noscript tag is given below: Test it NowOutput: Difference between HTML4 and HTML5In HTML 4.01, <noscript> tag can be used inside the <body> tag only but in HTML5 it can be used inside <head> and <body> tag. Difference between HTML and XHTMLThe noscript tag is not supported in XHTML. The noscript tag supports global and event attributes in HTML.Supporting Browsers
Next TopicHTML bold tag
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week