Easy Coding With Dreamweaver CS3
Most Web pages are created in HyperText Markup Language (HTML). This programming language—really a series of tags that modify a text file—is standardized by an organization known as the World Wide Web Consortium, or W3C . Each new release of HTML incorporates an enhanced set of commands and features. All browsers in use today recognize the current version, HTML 4. Dreamweaver writes clear, easy-to-follow, real-world, browser-compatible HTML version 4.01 code whenever you insert or modify an element in the visual editor. If you’re working in Extensible HyperText Markup Language (XHTML), Dreamweaver has you covered as well, with a number of tools. When coding from the ground up, you can set any page type—static or dynamic—to be XHTML-compliant. In fact, the default page type is today’s recognized standard, XHTML 1.0 Transitional. If you need to bring legacy pages into compliance, Dreamweaver converts an existing page from HTML to XHTML with one operation. Additionally, Dream...