Urbandoor interview question

How can you select an element by its ID and class in CSS

Interview Answer

Anonymous

27 Oct 2018

Using # for IDs and . (dot) for class

1