Tag Archives: CSS

Firefox Web developer add-on – Key features

Firefox Web developer plug in is one of the must have tools for every web developer and designer. There are tonnes of important features that would help and ease web development. Here are some of the features of this powerful Firefox extension. Read More »

CSS - Stylesheet for website design

What is CSS? CSS (Cascading Style Sheets) is way of defining appearance and layout of multiple web pages (or entire website if you like) in one central place. Style sheet defines how html elements are displayed and is generally saved as external .css file. The approach helps in changing feel and look of whole website by simply making a change in single CSS file.

Style sheet is created by including number of rules, which are formed as follows Read More »