The <div> tag is used as a wrapper around paragraphs. For example,
[html]
<div class="paragraph1">This is paragraph one</div>
<div class="paragraph2">This is paragraph two</div>
[/html]
Then, you can customize each paragraph / text box to place it somewhere on the page, add a border, etc. Span tags work similar to div tags only they are meant to just highlight a particular word or phrase within a paragraph of text. For example
[html]<div class="textbox">This <span class="emphasized">textbox</span> is a good demonstration.</div>[/html]
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 163
The Queen of DaniWeb
Offline 13,646 posts
since Feb 2002