Free Web Tools

Browse all tools hosted on "Free Web Tools".

Encode & decode

HTML Tag Character Replacement Tool (tool.muzin.org)

A tool to convert HTML special characters (<, >, &) and their entity references (&lt;, &gt;, &amp;) bidirectionally. Useful for escaping/unescaping HTML tags to enable or disable them.

Code generation

Line Break to br/p Tag Converter (tool.muzin.org)

A tool to convert line breaks in text into HTML `<br>` or `<p>` tags. Includes an option to prevent block elements (div, h1–h6, etc.) from being wrapped in `<p>` tags, streamlining HTML conversion tasks.

Code generation

Text to List Converter (tool.muzin.org)

A tool to convert line-separated text into an HTML list using `<li>` tags. Each line is converted to a `<li>` element, wrapped in a `<ul>` tag to produce a ready-to-use HTML list.