When you create a web page in Dreamweaver, you have the option of creating a new page based on one of the preset CSS layouts built into the program. laying out a page using CSS requires you to know the quirks of CSS, and for a beginner It is an impossible task for beginners. By simply selecting the layout that most closely matches their requirements, users can create CSS web pages that work and can be customized to meet their requirements.
Dreamweaver's accessibility prompts, enabled by default, display useful alerts to remind users to incorporate accessibility features into elements placed on the page. For example, every time an image is added to the page, a dialog box will be displayed containing a box for the user to enter alternative text. Similarly, when you add a form element, a form accessibility dialog box will appear, prompting you to enter both the ID and the label text.
Also, most new users of Dreamweaver are fairly new to web development and still a bit unsure of HTML, so they usually use Dreamweaver's design mode to visually build their web pages. Whenever I hold a Dreamweaver training course, I always explain Dreamweaver's tag selector feature to new users. This is a hierarchical display of the currently selected element on the page, the elements that contain that element, and so on, up to and including the BODY element, which of course contains all the elements on the page. Clicking on a tag displayed in the tag selector will neatly select the corresponding element. You can also right-click to see useful options such as "Remove Tags" and "Set Class".
Dreamweaver's properties panel is also contextual, making it a reliable source of information for new users. Unlike previous versions of Dreamweaver, version CS4 makes a clear distinction between structural attributes (shown in the HTML tab of the Properties panel) and CSS attributes (shown in the CSS tab). For example, if you select an element that is already controlled by a CSS rule, you will be able to edit the rule in the Properties panel. If there is no rule, you will be prompted to create one.
Information on this site is in no way meant to replace the advice of a professional. Please ensure to fact check and acquire professional help regarding all information on this website.