undyingfires
10-30-2002, 03:18 PM
Generally I know the differences between these two tags.
What I was wondering, is when I want to apply a class from my CSS file, which is better to use?
<div class="aclass">Sentence</div>
or
<span class="aclass">Sentence</span>
I'm not that knowledgeable, so pls forgive it this is a silly question :)
What I was wondering, is when I want to apply a class from my CSS file, which is better to use?
<div class="aclass">Sentence</div>
or
<span class="aclass">Sentence</span>
I'm not that knowledgeable, so pls forgive it this is a silly question :)