CSS is CSS. Three methods in order of preference and precedence are:
- External CSS file
- Embedded CSS using the style tags placed between the head tags of the HTML page.
- 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.