Introduction to CSS
CSS (Cascading Style Sheets) is used to style and layout web pages. It controls the appearance of HTML elements.
Inline CSS
This is a red paragraph.
      
      Internal CSS
      
      External CSS
      
      Next: CSS Box Model