<div id="example-value"> or <div id="example_value">?
This site and Twitter use the first style. Facebook and Vimeo - the second.
Which one do you use and why?
|
1
|
This site and Twitter use the first style. Facebook and Vimeo - the second. Which one do you use and why?
|
|||
|
|
|
I believe this is entirely up to the programmer. You could use camelCase too if you wanted (but I think that would look awkward.) I personally prefer the dash, because it is quicker to type on my keyboard. So I would say that you should go with what you are most comfortable with, since both your examples are widely used. |
||||
|
|
|
Either example is perfectly valid, you can even throw into the mix ":" or "." as separators according to the w3c spec. I personally use "_" if it is a two word name just because of its similarity to space. |
||||||||
|