> So what is the difference between <div> and <span>?

Both mark off arbitrary blocks of text. <div> is like <p> in that it implies
a line break before and after the division. <span> does not cause a line
break, so it can be used in the middle of a line.

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to