Go to Syntax and Selectors →

Inline CSS

Syntax

Inline CSS Example

Internal CSS

  • Styles are defined within a style tag element
  • Using Internal CSS we can style both HTML & CSS in same page
  • It is very simple and easy to learn for beginners

Syntax

Internal CSS Syntax

External CSS

  • Styles are defined in a separate .css file
  • And linked to HTML file using link tag
  • In External CSS can style many HTML pages

Syntax

External CSS Syntax