CSS(Cascading Style Sheet)

#What is CSS:CSS is an acronym for cascading style sheets, it us used for layering your web page and there are different and there are three different types of CSS which are: inline CSS,external CSS and internal CSS.I would like to explain the three type of cascading style sheets that I listed above

  • Internal CSS:an internal CSS is used to define a style of a single HTML page.
  • Inline CSS:This is used to apply a unique style for a HTML element.
  • External CSS this is used to separate a CSS file that can be accessed by creating a link within the head section of the web page.This are some of the basic things in CSS.
  •