/* Any Element With Class Title */ .title { } /* any elment with id nav */ #nav { } /* all div elments */ div { } /* all h2 elments */ h2 { }