html

19 tools tagged "html".

HTML Formatter

Format and beautify HTML with consistent indentation and structure.

Open tool

HTML Minifier

Shrink HTML by collapsing whitespace and stripping comments, powered by html-minifier-terser.

Open tool

Pug Compiler

Compile Pug templates to plain HTML using the official Pug compiler.

Open tool

HTML Validator

Check whether HTML is well-formed and see the exact error location.

Open tool

HTML to JSX Converter

Convert pasted HTML markup into equivalent JSX, with class/for renamed and attributes camelCased.

Open tool

JSX to HTML Converter

Convert simple JSX markup into plain HTML, with className/htmlFor renamed and style objects inlined.

Open tool

Characters to Hex HTML Entities Converter

Encode every character of your text as a real, standard hexadecimal HTML/XML character reference.

Open tool

Hex HTML Entities to Characters Converter

Decode hexadecimal HTML/XML character references (&#xHHHH;) back to their original characters.

Open tool

HTML Entity Decoder

Convert HTML entities back into their literal characters.

Open tool

HTML Entity Encoder

Escape HTML-significant characters so text renders literally.

Open tool

Scrolling Text Generator

Generate a self-contained HTML+CSS snippet that scrolls text horizontally.

Open tool

Text Marquee Creator

Generate a self-contained scrolling marquee banner as an HTML/CSS snippet.

Open tool

HTML to XML Converter

Convert HTML into well-formed XML: void elements self-close, attributes get quoted, text gets escaped.

Open tool

HTML to YAML

Convert simple, well-formed HTML into a YAML tree of tag/attributes/children/text nodes.

Open tool

Random HTML Generator

Generate a small, complete random HTML page with a heading, paragraphs, a list, and a link.

Open tool

Random HTML Table Generator

Generate random <table> markup with a chosen number of rows and columns of random cell content.

Open tool

HTML Entity to Integer Converter

Convert decimal or hexadecimal numeric HTML entities back into integer code points.

Open tool

Integer to HTML Entity Converter

Convert a list of integers (Unicode code points) into decimal numeric HTML entities.

Open tool

List to HTML List Converter

Wrap list items as an HTML <ul> or <ol> list, with each item as an escaped <li>.

Open tool