Home
›
Tools
›
HTML Formatter
🌐 HTML Formatter
Format and beautify HTML code online. Indent and pretty print HTML instantly.
HTML Input
Clear
<!DOCTYPE html><html><head><title>My Page</title><meta charset="UTF-8"></head><body><div class="container"><h1>Hello World</h1><p>This is a paragraph.</p><ul><li>Item 1</li><li>Item 2</li></ul></div></body></html>
Formatted HTML
Copy
<!DOCTYPE html><html><head><title>My Page</title><meta charset="UTF-8"></head><body><div class="container"><h1>Hello World</h1><p>This is a paragraph.</p><ul><li>Item 1</li><li>Item 2</li></ul></div></body></html>