Adobe Dreamweaver CS5 on Demand: Viewing the HTML Behind the Page
- Introduction
- Understanding HTML
- Using the Reference Panel
- Using Code View
- Using Code Live View
- Setting Code View Options
- Entering HTML Code
- Using Code Hints
- Working with HTML Head Tags
- Inserting HTML Comments
- Using the Coding Toolbar
- Using Quick Tag Editor
- Using the Tag Inspector
- Using the Tag Chooser
- Opening Related Files
- Navigating to Related Code
- Setting Site Specific Code Hints
- Setting Code Hint Preferences
- Setting Code Format Preferences
- Setting Code Rewriting Preferences
- Setting Code Color Preferences
Introduction
In the world of the Internet, the graphics, text, animation, and all the “stuff” that the visitor sees displayed in their browser is the front end of a Web page, and the power behind the page is the HTML code. The HTML code sits quietly behind the scenes, letting the front end get all the credit; however, without the code, the Internet would fall apart. It’s the cosmic glue that holds the whole thing together.
Designers, like myself, remember when there were no graphical design interfaces (like Dreamweaver), and all Web pages were designed code line, by tedious code line. I remember working by candlelight into the wee hours of the morning, until I thought my head was going to burst... okay, so maybe I didn’t use candles, but it was a lot of painstaking work. Although Dreamweaver changed all of that with its intuitive graphical design interface, the code is still there. However, we’re not the ones doing the coding, Dreamweaver is... and isn’t that nice?