What is CSS?
- CSS meaning Cascading Style Sheets
- It
define how HTML elements need to be displayed on web screen
- CSS keeps
a lot of work. It can control the template layout of multiple web
pages all at once
- The
external stylesheets is stored in CSS files
Why Use CSS?
CSS programming is used generally to define styles for web pages
including the design and its variations in display under different devices and
screen sizes.
CSS Solved Problem
HTML is not enough to
contain tags for formatting a web page!
HTML is created to describe the content only of a web page e.g.:
<h1>This is a babu heading</h1>
<p>This is a babu paragraph.</p>
Font and color tag is added to every single page, became a long
and expensive process. For solving this problem the World Wide Web Consortium
-W3C created CSS. CSS generally removed the style formatting from the HTML
page.
CSS Saves Time
The style definitions are normally saved in external .css files. You
can alteration the look of an entire website by changing just one css file!
Digital Bangladesh
0 Komentar untuk "What is CSS? Why Use CSS?"