Use the Find and Replace dialog box to search for text or tags in a document, and to replace the found material with other text or tags.
[any tag]
from the pop-up menu next to the Search pop-up menu, or type a tag name in the text box.
With Attribute lets you specify an attribute that must be in the tag for it to match. You can specify a particular value for the attribute or select [any value]
.
Without Attribute selects an attribute that must not be in the tag for it to match. For example, select this option to search for all img
tags with no alt
attribute.
Containing specifies text or a tag that must be contained within the original tag for it to match. For example, in the code <b><font size="4">heading 1</font></b>
, the font
tag is contained within the b
tag.
Not Containing specifies text or a tag that must not be contained within the original tag for it to match.
Inside Tag specifies a tag that the target tag must be contained in for it to match.
Not Inside Tag specifies a tag that the target tag must not be contained in for it to match.