'media' sets the media type : media « Tags « HTML / CSS






'media' sets the media type

    
<HTML>
<BODY>
<link rel="stylesheet" 
      href="yourfile.css" 
      type="text/css" 
      media="screen">This is alink with media on screen.</link>
</BODY>
</HTML>  
    
      
      








Related examples in the same category