One of the challenges web designers and developers face is preventing forms from automated programs that disguise as humans and fill forms (call them bots). And needless to say, this bots can really be a nuisance – posting bad content, stealing data and doing all kind of weird stuffs. And so there was Captcha – a test to verify human response and prevent such bots.
Generally, the believe about CSS is that no matter what order your property or value declaration comes in a selector, it is the same.
In other words, thus;
*{
margin: 0;
padding; 0;
}


