Sarvpratham

 

CSS

Cascading Style Sheets (CSS) stylesheet language is a great way to to create your website page. It is commonly applied in HTML coding. CSS has some pre defined rules. It helps in presentation and display of a web page content. In HTML, presentational attributes need to be hard coded in the code for each repetition such as font, color, background style, alignments, borders, sizes etc. whereas in CSS it allows to define much of that information in a separate CSS stylesheet resulting into a considerably simpler HTML. Another benefit is change in CSS stylesheet can apply to all the pages in the website with the same attribute, so the maintenance becomes easy.

If you look at a CSS file, you may notice the following elements or attributes:

Other Topics

Read for more information on JavaScript, Search Engine Optimization, Testing, hidden text, SERPs or navigate from the main page for other interesting topics.