CSS Clearify

what is CSS and different types of CSS ??
CSS (Cascading Style Sheets) is used to style and layout of web pages, and controlling the appearance of HTML elements. CSS targets HTML elements and applies style rules to dictate their appearance.
Below are the types of CSS:
  • Inline CSS
  • Internal or Embedded CSS
  • External CSS
 
Back
Top