CSS: ID Vs. Class

We call CSS methods by ID or Class. the main difference between ID and Class is that,
ID only one time you can call. But Class, you can call it several time. Coz Class can make several instance.

Like, in case of Header Div you can write the method as ID(#) and for control CSS you can declare the method as Class(.)

Comments

Popular Posts