2.4 Document Window
Most of your work takes place in the Document Window; you can insert, modify, and delete elements that make up your Web pages.
Document Toolbar buttons allow you to switch between Code view, Split view, and Design view. When you are in Design View, Dreamweaver displays an approximate view of what your page will look like in a browser. Document Toolbar buttons also allow you to modify title and status; to preview in browser. Buttons that have a small downward-pointing arrow, such as View Options, display a drop-down menu when clicked. The name of the file appears in the title bar, displayed in parentheses after the title of the document. By default, this page is initially called "Untitled Document." An asterisk indicates that the file has unsaved changes. The toolbar is fixed to the document window on the Macintosh; it is movable in Windows. The Tag Selector is located at the bottom left of the Document Window. It always starts from the <body> tag and hierarchically displays the HTML tags that can be used with the currently selected element. Clicking on a tag will cause DW to highlight that part of the code, regardless of view.
Next: Panel Groups
|
this lesson
Tip:
If you'd like to learn HTML, one way is to keep DW in Split View and study the code (HTML) as you work in Design View. |