Posts

Showing posts with the label Cascading Style Sheet

What is CSS | Cascading Style Sheet | PHP Gurukul

Image
  CSS stands for Cascading Style Sheets. –  Cascading  refers to the way CSS applies one style on top of another. –  Style Sheets  control the look and feel of web documents. CSS  and  HTML  work hand in hand: – HTML sorts out the page structure. – CSS defines how HTML elements are displayed. It is a design language that is used to design web pages. It was developed by HÃ¥kon Wium Lie on October 10, 1994. It provides a powerful technique for the presentation of HTML documents. It handles the look and feels part of a web page. It describes HTML elements and how to be displayed on the screen. It has various advantages like Page load fast, Save Time, Offline browsing, and many more. The latest version of CSS is CSS3. CSS is the language for describing the presentation of Web pages, including colors, layout, size, and fonts, and its stands for “Cascading Style Sheets.” It describes how HTML elements are to be shown on screen, paper, web page...