HTML Tools - Tag

Tools that process or generate HTML

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

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

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

  • Minify, uglify or compress h t m l text by removing unessential whitespace

  • Convert h t m l table to c s v by extracting rows from it

  • Convert h t m l document to j s o n by extracting h t m l tables from it

  • Convert j s o n data to h t m l table