Log in

View Full Version : Generic Tags



bluewalrus
03-05-2009, 05:56 AM
Just for reference classes and ids cant start with a number.
Neat huh?


#1whatever { not gonna work;}

#onewhatwhat { wow it works;}

.1whatever { not gonna work;}

.onewhatwhatwhat { wow it works;}

Twey
03-05-2009, 06:12 AM
Uhm... obviously? :)

The validator will catch that one if you try it.