Forgive me if this is a simple question, but I'm curious - is it possible to add a class directly to a 'label' tag without needing to enclose it in a 'span' tag for styling? As I delve into "CSS: The Missing Manual," the book instructs me to wrap each label that requires styling within a 'span' tag.
<label class="name">Name:</label>