There are three main types of CSS present:
- Inline CSS: Supports the addition of CSS inline, alongside HTML elements
- External CSS: Used to import an external CSS file to the HTML document
- Embedded CSS: Used to add CSS styles by making use of the <
style>
attribute