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

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

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -