What are the types of style sheets?

Answer:
CSS is CSS. Three methods in order of preference and precedence are:

  1. External CSS file
  2. Embedded CSS using the style tags placed between the head tags of the HTML page.
  3. Inline CSS used inside an HTML tag.


Types could refer to ones that can be made specifically for media, print, screen, etc. See list of media types in related links.
Contributor: Salil91
First answer by YSN4334. Last edit by YSN4334. Contributor trust: 3 Question popularity: 1 [recommend question].