Category: Text Extraction Tools

HTML href Extractor

The HTML href extractor extracts all links from an input HTML code that are specified in a href notation. Such indication can be found, e.g., in a link reference like this: <a href="file.html">. HTML is a markup language, which is interpreted by web browsers but not shown to the readers. The href attribute stands for "hypertext reference", and converts the "a" element - with which an anchor is set to another document - into a reference.
Results will be displayed here.

Example for a href extraction

InputThe <a href="/landing-page.html">Landing Page</a> displays many <a href="/tools.html">Tools</a>.
Output/landing-page.html
/tools.html

Similar Tools