Understanding basic HTML Adobe Dreamweaver / Code Editing
Although Macromedia Dreamweaver allows you to create and edit Web pages visually without worrying about the HTML source code, there can be times when it can be useful to understand basic HTML. Understanding basic HTML tags and how they are used will provide you with more control to modify and troubleshoot your Web page.
Connecting an HTML Form with a CGI Script Adobe Dreamweaver / Forms
One of the most confusing aspects of working with HTML forms is that they don't do much until you've connected them to a script on your server. The HTML side of a form is relatively easy to create, and only a little more challenging if you want it to look good.
Creating style with HTML styles in Dreamweaver 3 and 4 Adobe Dreamweaver / CSS
Using HTML styles allows you to set a style that can include multiple font attributes. You can then apply the style to text in the current document, to other documents within a site, and even to documents in other local sites.
Using Cascading Style Sheets Adobe Dreamweaver / CSS
You can separate appearance from content Using Cascading Style Sheets in Dreamweaver 3 and 4 (CSS). This article explains what Cascading Style Sheets are and how they relate to individual HTML tags and the Dreamweaver HTML Styles. It also describes how to use CSS in individual documents and throughout your site.