If it said "oneword", then I could write "#oneword", but what do I write when there is a space in the word?
|
|
|||
|
|
|
If it contains spaces, it is not legal HTML. You shouldn't expect this to work. Here is the relevant section of the HTML 4.01 specification. [EDIT] As others have noted, you can get around this by assigning one or more class names to the div and using a class name to do the selection. |
|||
|
|
|
|
Change it to two-words. Like others said, you cannot use spaces for the id, but you can for the class.
|
||
|
|
|
|
You should not use whitespace in the ID element, as whitespace is generally accepted as a selector combinator. |
||
|
|
|
|
You can't have multiple words for the id, but you can for class.
|
||
|
|
