Hi
In Dreamweaver 3.0 itself, you can create html web pages, div is layer, using div you can create good quality web page, i will give some of the tags which can be helpful to use to create simple web page, but for this you have to need basic knowledge of html tags , if you don't have relevant knowledge , i saw one person suggested you W3School, actually this tutorial is very nice to learn about web pages and web designing
we can also create a web page using <table>,<frame> and <div>
Div Tag details
<div>----------</div>
inside this tag, you can use <span>, <img>, <a> tags etc, this will help you to give different style and color in one text , and also can be use to create images to your web page, In one paragraph itself you can give different style and color using <span> tags.
Before that you should create CSS for this then only you can give styles of your page,
Ex
<div background color="purple"><span class="normal" Color="red"> hi, how r you </span></div>
Thank you 
|