1.

What are the different types of style sheets?

Answer»

There are three types of CSS available for users as following,

  • Inline CSS: It contains CSS property in the body section attached with the element.
  • Embedded CSS: Used to style a single HTML document uniquely.
  • External CSS: It contains SEPARATE CSS files which contain only style property with the USE of tag attributes.
Also Read CSS Interview Questions and Answers 25. What are the media types? It has a total of 10 media types supported it. Here are those:
  • All - INTENDED for all devices
  • Braille - Braille tactile feedback devices
  • Aural – Used for speech synthesizers
  • Embossed – Used for paged Braille printers
  • Print – Applies for printed documents
  • Handheld – Applies for handheld devices
  • TTY – Used for media INCLUDING a fixed-pitch character grid
  • TV – Used for television-type devices
  • Screen – Required for computer screens
  • Projection – Used for projected presentations
Also Read: HTML Interview Questions and Answers


Discussion

No Comment Found