Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
550
Chapter 20:  Coding in Dreamweaver
Supported languages
In addition to text-editing capabilities, Dreamweaver provides various features, such as code 
hints, to help you code in certain languages. These languages include:
HTML
XHTML
CSS
JavaScript
ColdFusion Markup Language (CFML)
Visual Basic (for ASP and ASP.NET)
C# (for ASP.NET)
JSP
PHP
Certain other languages, such as Perl, are not supported by the language-specific coding 
features in Dreamweaver; you can create and edit Perl files using Dreamweaver, but code hints 
(for example) don’t apply to that language.
Related topics
About fixing invalid markup
If your document contains invalid code, Dreamweaver displays that code in Design view and 
optionally highlights it in Code view. If you select the code in either view, the Property 
inspector displays information about why it’s invalid and how to fix it. 
You can specify preferences in Dreamweaver for automatically rewriting various kinds of 
invalid code when you open a document.
Related topics