One popular convention for ids and class names is to use hyphens, like this: id="cust-name"
.
This stems from the fact that CSS selectors are case-insensitive.
1
solved Do you name classes and ids as headless camel case?
One popular convention for ids and class names is to use hyphens, like this: id="cust-name"
.
This stems from the fact that CSS selectors are case-insensitive.
1
solved Do you name classes and ids as headless camel case?