- 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
Using the Tag Chooser
The Tag Chooser allows you to insert any tag from the Dreamweaver tag libraries in your page. A tag library is a collection of tags for a certain type that contains tag information, code hints, target browser checks, and other features. You can insert tags from the following types: HTML, CFML, ASP.NET, JSP, JRun custom library, ASP, PHP, and WML. If you are looking for a specific tag in a specific category, the Tag Chooser can help you insert it into your code with the right syntax.
Insert Tags Using the Tag Chooser
- Open the Web page you want to insert a tag using the Tag Chooser.
- Click to place the insertion point in the code where you want to insert a tag.
- Right-click (Win) or control-click (Mac) near the insertion point, and then click Insert Tag.
- Select a category of tags from the tag library, or expand the category and select a subcategory.
- Select a tag from the right pane.
- To view syntax and usage information for the selected tag, click Tag Info.
- To insert the selected tag into your code, click Insert.
- If a tag requires more information, enter the required information in the tag editor, and then click OK.
- Click Close.