Quote:
Originally Posted by JSWolf
What I want to know is why use a simulated blockquote when a real blockquote will do? This just smacks of laziness.
|
That's just like people who use
.italic {font-style:italic}
<span class="italic">yadda yadda yadda</span>
instead of
em {font-style:italic}
<em>yadda yadda yadda</em>
Although I wouldn't call it laziness as much as "industrious bloat lovers that might not fully understand the code"...