On a search engine, such as Google, if you want to find the pages on a site where a certain word is used, you would search for something like "thickbox site:jquery.com".
However, if you wanted to search for the presence of the jQuery ThickBox library on a website, it would be nice to be able to search for something like this:
That I know of, you can't search for HTML level elements on any popular search engine. Short of crawling a full site, I don't know of any other way to check if a particular website is using a certain CSS file, JavaScript file, or meta tag.
Can this task be done without crawling the full website? Are there HTML/metadata search engines out there? Are there any other ways to program such a tool?