Not only do all these features speed development of HTML
pages, but Dreamweaver??™s underlying Tag Libraries also extend their use to the full range of other code formats
such as JavaScript, ActionScript, and XML.
Dreamweaver??™s Code view is easy on the eyes as well with syntax coloring that can be turned off and on at
will. To get around the page quickly, use either the standard line-numbering facility or the advanced Code
Navigation feature; Code Navigation lists all the functions found on a page and instantly jumps to that code
when a function is selected.
12
Laying the Groundwork in Dreamweaver CS3 Part I
FIGURE 2-4
Code Hints speed hand-coding by displaying all the attributes available for a specific tag, including color.
Veterans and novices alike find Dreamweaver??™s Tag Chooser and Tag inspector indispensable. As the name
implies, the Tag Chooser enables the coder to select a tag from a full list of tags in the various Web markup
languages including HTML, CFML, PHP, ASP, ASP.NET, and more.
The Tag inspector gives a complete overview of all the aspects of a selected tag. Not only do you get to see a
full array of all the associated properties??”far more than could ever fit in the Property inspector??”but you
can also modify their values in place.
Pages:
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129