Quick Tag Editor
Right-click a tag in the Tag Selector and click Edit Tag on the shortcut menu
Ctrl+Q
The Quick Tag Editor window lets you quickly edit the HTML code of selected content or insert new HTML code at the current location.
If you selected some content before opening the Quick Tag Editor, you can click the drop-down menu at the left end of the window to select the Quick Edit mode. If no content was selected, the mode cannot be changed from Insert HTML.
(mode menu)
Insert HTML
In this mode, any HTML tags and content that you type into the text box will be inserted at the current location (if nothing was selected) or immediately after the selected content. This is the only available mode if no content was selected when you opened the Quick Tag Editor.
Edit HTML
This mode is the default mode when you open the Quick Tag Editor after selecting some content. In this mode, the text box displays the opening tag of the element containing the selected content. You can edit the tag by adding, modifying, or removing attributes. However, you cannot change the element type; for example, you cannot change a <p> tag to a <pre> tag.
Wrap HTML
In this mode, you can type a single HTML tag (with or without attributes) into the text box, and the selected content will be “wrapped” with that tag. Entering the closing tag is optional; if omitted, it will be added automatically.
Note: If you switch from one Quick Edit mode to another, the contents of the text box will be deleted.