Copy-paste your HTML here
Indentation level
Formatted HTML
HTML Formatter
Features
- Format HTML: Beautify and format HTML data.
- Indentation Options: Choose between 2, 3, 4 spaces, or tabs.
- Error Handling: Displays detailed error messages for invalid HTML input.
- Save Results: Copy or save the formatted HTML file.
How to Use
-
Input HTML Data:
- Paste or type your HTML content into the input editor.
-
Select Indentation Options:
- Choose the indentation level (e.g., 2 spaces, 4 spaces, or tabs).
-
Format HTML:
- Click the "Format" button to beautify the HTML data.
-
View and Save Results:
- The formatted HTML data will appear in the output editor.
- Copy the result or save it as a file.
Example
HTML Formatting Example
Input HTML:
<html><head><title>Test</title></head><body><h1>Hello, World!</h1></body></html>
Formatted HTML:
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>