I have a feeling this might involve some sort of advanced selectors, but I could be wrong. I have this HTML to work with:
<dt></dt>
<dd><input type="hidden" class="hidden"></dd>
...and I need to make the DT and DD tags to be hidden from view. I am able to apply a class on the input
tag but not on the others. So how can I apply the "hidden" class style on the DT/DD tags?