• Tutorials Logic, IN
  • +91 8092939553
  • info@tutorialslogic.com

Introduction

CSS

CSS stands for cascading style sheets. It is a style sheet language used for describing the look and formatting (e.g., fonts, colors, spacing) of a documents which are written in a markup language. CSS is very easy to learn and understand. The file extension of css is .css (Dot css). CSS give Web designers more control over the formatting and display of their HTML documents.

Why CSS?

  • Lightweight.
  • CSS Saves Time.
  • Load Faster.
  • Easy Maintenance.
  • Superior styles to HTML.
  • Multiple Device Compatibility.
  • Global web standards.

Way to includes CSS in HTML documents

  • Inline styles.
  • Embedded styles.
  • External style sheets.