Cascading Style Sheet
Cascading Style Sheet (C.S.S.) Cascading Style Sheet – the cascading style sheet is a language for a webpage to style the webpage. The World Wide Web Consortium (w3C) created CSS. CSS describes how Html elements are to be displayed on the screen, on paper, or in other media. CSS saves a lot of work. It controls the layout of multiple WebPages all at once. CSS solved a big problem Html was never intended to contain tags for formatting a web page Html was created to describe the content of a web page like <h1> this is a heading</h> <p>this is a paragraph</p> When tags like<font> and color attributes were added to the html3.2 specification, It started a nightmare for web developers. Development of large websites, where fonts and color information were added to every single page, became a long and expensive process to solve this problem, The World Wide Web Consortium (w3C) created CSS. The CSS removed the style format from the Html page. There are two types of...