Using Adobe Dreamweaver
Many different programs let you create and edit web pages. They offer some advantages over coding pages in HTML:
They let you place photos and text exactly where you want them to go.
They let you see what your pages will look like as you edit them....
Creating an HTML page
Now that you have defined a site, you should create a web page to upload as a test. From Dreamweaver, you can create a new page by clicking File, then New , and choosing "HTML" from the Basic page menu that displays. If the green Quick Start menu...
Advanced Dreamweaver Techniques
One advantage of using a program like Dreamweaver - as opposed to a simple text editor - is that it has some built-in functions that make complicated web page effects quite simple to implement. In this section you learn about image maps, Library items,...
Behaviors
Many interactive features on web pages are produced by integrating small programming scripts into your HTML code. These are usually created using a programming language called JavaScript. JavaScript is significantly more difficult to learn than HTML,...