html
21 tools tagged "html".
ASCII to HTML Entities Converter
Encode strict 7-bit ASCII text as a decimal numeric HTML entity per character.
Open toolHTML Entities to ASCII Converter
Decode HTML entities back into characters and strictly validate the result is 7-bit ASCII.
Open toolHTML Formatter
Format and beautify HTML with consistent indentation and structure.
Open toolHTML Minifier
Shrink HTML by collapsing whitespace and stripping comments, powered by html-minifier-terser.
Open toolPug Compiler
Compile Pug templates to plain HTML using the official Pug compiler.
Open toolHTML Validator
Check whether HTML is well-formed and see the exact error location.
Open toolHTML to JSX Converter
Convert pasted HTML markup into equivalent JSX, with class/for renamed and attributes camelCased.
Open toolJSX to HTML Converter
Convert simple JSX markup into plain HTML, with className/htmlFor renamed and style objects inlined.
Open toolCharacters to Hex HTML Entities Converter
Encode every character of your text as a real, standard hexadecimal HTML/XML character reference.
Open toolHex HTML Entities to Characters Converter
Decode hexadecimal HTML/XML character references (&#xHHHH;) back to their original characters.
Open toolHTML Entity Decoder
Convert HTML entities back into their literal characters.
Open toolHTML Entity Encoder
Escape HTML-significant characters so text renders literally.
Open toolScrolling Text Generator
Generate a self-contained HTML+CSS snippet that scrolls text horizontally.
Open toolText Marquee Creator
Generate a self-contained scrolling marquee banner as an HTML/CSS snippet.
Open toolHTML to XML Converter
Convert HTML into well-formed XML: void elements self-close, attributes get quoted, text gets escaped.
Open toolHTML to YAML
Convert simple, well-formed HTML into a YAML tree of tag/attributes/children/text nodes.
Open toolRandom HTML Generator
Generate a small, complete random HTML page with a heading, paragraphs, a list, and a link.
Open toolRandom HTML Table Generator
Generate random <table> markup with a chosen number of rows and columns of random cell content.
Open toolHTML Entity to Integer Converter
Convert decimal or hexadecimal numeric HTML entities back into integer code points.
Open toolInteger to HTML Entity Converter
Convert a list of integers (Unicode code points) into decimal numeric HTML entities.
Open toolList to HTML List Converter
Wrap list items as an HTML <ul> or <ol> list, with each item as an escaped <li>.
Open tool