Get started with Dreamweaver

Well I guess most of you must be like what is dreamweaver?Wikipedia defines it as:
Adobe Dreamweaver, or simply Dreamweaver, is a web development application originally created by Macromedia now currently owned by Adobe Systems, which acquired Macromedia in 2005.

In this tutorial I'm going to teach you the basic of Dreamweaver.Let's start

For example when you make simple site you have to open notepad and write a code like this, well except the *
<* HTML>
<* HEAD>
<* TITLE>MY SITE <* BODY> HERE I WRITE MY BODY
<* /BODY>
<* /HEAD>
<* /HTML>

Well with Dreamweaver you don't have to because it make it all alone!Well I will explain now.
When you open the program you will see something like this depending on the version you using.



So we click in new document that is in files >> new
And you can start to write because that will be your site, and you just have to write not add lot of codes. Like what you writting is what the guest will see. So if you want to change the color, size, font... just see this screenshot I took.



Just change the settings to the ones you want, also you can add a header as h1,h2...
Now you will be saying the background in white is sooo plain so for change it you just right click on the background and page properties



And this window will open



So from here you just can add a background, change background color, the link colors...
When you have all the text you want added just go to file and save the document as you want. Just remember if it is the main page you should call it index or main because every website has a main page.
Also remember to save it as .html or htm.
If you want to see the code of all you have written just click on this botton and if it doesn't work don't worry because you have the same botton at the end of the page on the rigt corner.