CSS selector notation -


maybe silly question far standards i'd know, how should write css selectors:

  1. .my-selector-for-div (breaks)
  2. .myselectorfordiv (camel case)

is there standard of ( or other ) should used ?

here website of css name convention (with examples):

http://www.realdealmarketing.net/docs/css-coding-style.php


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -