#test is the selector for id="test"
.test is the selector for class="test"
but how do you remember which way round they are (eg not .=id)
feedback
|
|
Well, in truth these things are so common that most people don't need mnemonics to remember them, but here's something I came up with, if it helps: In terms of a filename a In terms of a URL, a | |||
|
feedback
|
|
I learned it the same way I learned that quotes (rather than parentheses) are used for attributes' values — by typing them a couple of times. If you or someone you know gets tripped up by | |||
feedback
|
|
Spend lots of time writing CSS. When you've got it wrong enough times, your brain will give in and retain it. | |||
feedback
|
|
When it comes to designing page I tend to write all elements that appear once into ID's and elements that may come many times into Classes. For example: | ||||
feedback
|