Link From HTML | How to use and interpret results
Collect href and src attribute values from pasted HTML and deduplicate each group. It extracts link and resource paths without visiting their destinations.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Paste the source HTML and retain the original document address. Relative paths remain relative, so that address is needed to resolve them outside the original page.
Results and examples
<a href="/guide"> and <img src="/a.png"> yield separate href /guide and src /a.png lines. Repeated values within the same attribute group appear once.
Worked example
<a href="/guide"> and <img src="/a.png"> yield separate href /guide and src /a.png lines. Repeated values within the same attribute group appear once.
Limitations
- CSS url(), srcset and future JavaScript-generated links are not comprehensively extracted.
- HTTP status and destination safety are not checked.
Fields
| Field | Guidance and constraints |
|---|---|
| HTML | Check the unit and format displayed beside this field. |
| List | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
Are relative paths converted into absolute URLs?
and yield separate href /guide and src /a.png lines. Repeated values within the same attribute group appear once.
Will this identify broken links?
CSS url(), srcset and future JavaScript-generated links are not comprehensively extracted. HTTP status and destination safety are not checked.