Enlist the media types CSS allows?

devquora
devquora

Posted On: Feb 22, 2018

 

Media is one of the most important features of CSS. The media renders the design and customization of documents. By applying media control over the external style sheets, they can be retrieved and used by loading it from the network. Some of the media types are:

  • All – for all devices
  • Aural – speech synthesizers
  • Braille – feedback devices
  • Embossed – paged braille printers
  • Handheld – typically small screen, limitation of bandwidth
  • Projection – basically for projectors
  • Tv – television type devices
  • Screen – color computer screens

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    CSS Interview Questions

    What is CSS?

    Cascading style sheets or CSS is a web designing language simple for HTML elements. The application is commonly known a..

    CSS Interview Questions

    What are the advantages of CSS?

    There are a number of advantages of CSS, It gives lots of flexibility for setting the properties of the element Easy ma..

    CSS Interview Questions

    In how many ways can a CSS be integrated as a web page?

    CSS can be integrated in three ways: Inline: term is used when the CSS code have attribute of HTML elements<p styl..