CSS : Powerful Web Development Technology

May 27, 2011

World Wide Web www3 made it public in 1996. From then cascading style sheet (css) has made dynamic changes in html presentations. Time consuming and frustrating web site building became easier. You leave the structural elements and tags in your html file and styling directions in the css file. One css file can be used for multiple html pages at a time speeding up web your development. With this technology web developers have good commands over their works although web developing is a tedious task. With css site updating and maintenance are much easier. Css based web pages load quickly. There are three css basics- selectors, properties and values. An example:
p {color: black; font-size: 100%; }
here the css rule is applied to the paragraph html element. Selector P is outside the curly brackets. After property declaration there is a colon and semi colon is used after values. Properties may be more than one. To show the styles your html file should be linked to css file putting the following code in the section of the html page.

Those who are willing to learn the css and those want to upgrade their existing skills to advanced level may contact me to have some css learning great e-books. Please just drop an email to mashrafis@yahoo.com

0 comments:

 
 
 
Powered by WebRing.
 
Copyright © Coreins