I would like to apply a certain class to an object only when the object has been clicked on. I know you can do:Which will apply that part of CSS to the object when the mouse is hovering over the object. Is there an equivalent to when you've clicked the object or do I have to write JavaScript to do the trick?Code:#Obj:hover
