Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML noscript tag</title> </head> <body> <script type="text/javascript"> document.write("Hello World!") </script> <noscript>Your browser does not support JavaScript!</noscript> </body> </html>