Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 323 Bytes

File metadata and controls

6 lines (5 loc) · 323 Bytes

What are some of the types of CSS that are used?

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