Inline styler
Converts CSS rules into inline style attributes
API
Choose your source from a URL
Or
Enter your source HTML
(Load an example)
<html> <head> <title>Example</title> <link rel="stylesheet" href="https://inlinestyler.visigo.com/static/css/example.css" /> </head> <body> <style type="text/css"> h1{ color:yellow } </style> <h1>An example title</h1> <p>Paragraph 1</p> <p class="p2">Paragraph 2</p> </body> </html>