Finding elements
You can use the Element tab in the Find window to find and manipulate elements using an HTML-savvy search mechanism that offers several advantages over the Find and Replace tab. The Find and Replace tab searches for literal text strings. For example, if you use the Find and Replace tab to search for <body bgcolor="red">, you won't find instances of this element that lack the quotation marks or have other attributes included, such as <body bgcolor=red> or <body text="black" bgcolor="red">. The Element tab, on the other hand, understands HTML structure and does catch these variations. In addition, the Element tab lets you quickly add, delete, or modify attributes of existing elements, delete the content of elements, or replace the plain text contents of elements. This added sophistication makes the Element tab a more powerful way to search for and manipulate elements in a document or throughout an entire site. The Element tab in the Find window includes three sections: ![]() The Element tab in the Find window A. Search section B. Action section C. Find In section Related Subtopics: |