If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
What is CSS is in fact ?
For a while CSS is no longer something that represents what we call ‘unknown’. The following so called article/tutorial will teach you what CSS is and what it can do for you. So CSS is an acronym for Cascading Style Sheets.
What can we do with CSS ?
Simple and with no more other introduction, CSS is the language that defines layout of HTML documents. CSS is covering lines, height, width, fonts, margins, advanced and other things.
HTML is being used to add layout to a website. CSS offers a great and large gamut of option and is more accurate and sophisticated. All the browsers are supporting CSS today.
There is a difference between CSS and HTML ?
First HTML is being used to structure content, and CSS for formatting structured content. The composition may sound lit bit mechanical though in few seconds we will show you the difference.
Back, in the early times when world wide web was just at the beginning , HTML was used just to add structure to text. Everyone could use HTML tags like <h1> and <p> just to mark the text.
Slowly the world wide web gained popularity and to make look better the layout for the online document, HTML was upgrade, especially the tags, was add such as <font> which was lit bit differed from the original.
So some situation where led, by this HTML upgrade, and the original tags where misused to layout pages instead of adding structure to text. And some browsers where not supporting some tags.
So, here was invented CSS to repair the situation and to provide to web designers a sophisticated and large gamut of opportunities to change the layout, which was supported by all browsers.
Benefits of CSS
It is used for web designing. The benefits include :
- permanent control of the layout to document from a style sheet; (more if necessary)
- more control of layout;
- possibility to apply different layout to media-types.
- techniques and advantages.
