⇄
Y
et
A
nother
F
ile
C
onverter
Convert
Compress
Vectorize
PDF Editor
HTML Cleaner
100% in-browser
Input HTML
<!DOCTYPE html> <html> <head> <title>Sample page</title> <style>body { color: #333; }</style> </head> <body class="home" style="margin: 0;"> <h1 id="title" style="color: red;">Welcome</h1> <p>This is a <strong>demo</strong> paragraph with a <a href="/link" class="btn">link</a>.</p> <script>console.log('remove me')</script> </body> </html>
Cleaning options
Inline styles
Class attributes
ID attributes
Data attributes
Scripts
Style blocks
HTML comments
Event handlers
Clean
Tokenize
Translate
<!DOCTYPE html> <html> <head> <title>Sample page</title> <style>body { color: #333; }</style> </head> <body class="home" style="margin: 0;"> <h1 id="title" style="color: red;">Welcome</h1> <p>This is a <strong>demo</strong> paragraph with a <a href="/link" class="btn">link</a>.</p> <script>console.log('remove me')</script> </body> </html>
Copy cleaned HTML
Download .html