Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Sunday, 29 September 2013

What is CSS Reset and How to Use it?

Leave a Comment

What is CSS Resets?

You would have probably seen in source codes many sites the comment " /* CSS Resets */ ". The thing is really simple. Every browser(IE,Chrome,Firefox,etc.) sets their own default CSS properties. Like blue color for anchor links and Purple for visited anchor links(You may have noticed while testing html files). Another example, in Firefox all focused anchor links ( :focus selector) have blue dashed-borders and in chrome yellow border. See, below image.
css resets demo
Image courtesy: Six Revisions
    So what CSS Reset does is: It resets all default browser CSS properties to our own default properties. We can set our own default properties according to our needs and website needs. It actually tells the browser that you are the boss.

Saturday, 28 September 2013

Learning HTML And CSS (Where you should learn it?)

Leave a Comment
where to learn html and css

The web design world is really cool. Endless possibilities for your imagination. The webpage is the blank canvas it just needs your skill and knowledge turn that canvas into beautiful painting. Well, here in web development we don't have brushes and colors, but, bunch of codes and a logical brain. To first develop a logical brain you need knowledge. So here I'll show you how I learnt HTML and CSS. The articles, Sites and E-books I referred.