I want to add class for my option element. Is that valid to add class attribute in HTML option element?
Yes class belongs to global attributes. Any element can have it.
class
Source: http://www.w3.org/wiki/HTML/Attributes/_Global