HTML Tools - Tag

Tools that process or generate HTML

  • Decode or unescape text that has been encoded using HTML encoding back to it's original form & download the output

  • Encode text using HTML encoding so that it can be represented as valid HTML & download the output, all on the client side

  • Format, indent (with desired indentation level), fix & beautify HTML text with syntax highlighting & ability to expand/collapse the objects in a tree like structure

  • Minify, uglify or compress HTML text by removing unessential whitespace

  • Convert HTML table to CSV by extracting rows from it

  • Convert HTML document to JSON by extracting HTML tables from it

  • Convert JSON data to HTML table