How to Insert CSS

CSS can be applied using three different ways:

  • Inline style, style attribute in element
  • Internal style sheet, <style> element in HTML head
  • External style sheet through the <link> element in HTML head