admin

When we use !important exception and why we use it

The important the rule is used on a style declaration and this declaration overrides any other declarations. Although technically !important has nothing to do with specificity, it interacts directly with it. Using!important, however, is not good practice and should be avoided. Because it does debug more difficult by breaking the natural cascading in your stylesheets. When two conflicting declarations with …

When we use !important exception and why we use it Read More »

Why I use JS.

Nowadays, JS is the most popular and friendly language ever. I use JS as my mainstream language. Let’s find out… WHY?? 1. EASY to Write: You can write code really fast in js. Not to need a headache with this. Its very simple to declare a variable. Like… var x = 10; var x = \’Hellow World\’; var …

Why I use JS. Read More »