Introduction to CSS

CSS stands for Cascading Style Sheets. CSS specifies how objects in HTML document will look like. What type of font of the content will be: what style, color and size. How the links will look like, how HTML tables will look like and so on. You got the idea. CSS makes decoupling development and design tasks. Even so web developers are good at developing an HTML page, it doesn’t mean that they are good at styling it. Functionality of a web page is not same as styling. Styling requires totally different skill set. Styling of a web site may require color scheme and looks of the brand.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator