'noscript' Example : noscript « Object « HTML / CSS






'noscript' Example

    
<html>
   <script language="JavaScript">
       <!--function name() {commands} //-->
   </script>
   <noscript>Your browser doesn't support script codes.</noscript>
</html>
    
      
      








Related examples in the same category