View Full Version : divs


alkaline39
03-24-2003, 04:27 AM
i noticed people have been using in div tags

id="" and class=""

whats the difference between them

pb&j
03-24-2003, 11:42 AM
ID can be used as a name type indication but most commonly used to apply a "single instance" type of css formatting to that area.

CLASS applies a "more than one instance" type of css formatting to that area.