Check for broken links - check all local and remote links. For remote links your TEA must be compiled with libcurl. For remote links TEA can check only http or https URLs, for any other type TEA reports as an error (non-existing link). Thus, even if TEA checks a correct ftp link, it will be reported as non-existing. TEA can handle HREFs and SRCs.
Document weight - calculate a total document weight including all SRC-staff (images, flashes etc). Look for the result at the Logmemo.
Build-in template - insert the hardcoded HTML template into the current document.
Enclose selected link into tags - doing that. If you want to enclose a www.foo.bar or ftp.foo.bar, or mailto:foo@bar.com with a a href-tag, so use this function and be happy.
Strip tags - kill all tags from HTML-document.
Convert tags to entities - if you want to show some HTML-tagged code in your HTML-document, so select your code and use this function. You'll get, for example:
<b>demo</b>
Text to HTML - this function converts a plain text into the HTMl-formatted code using CSS.