Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> h1 { font: 100 3em sans-serif; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip: spaces; } </style> <h1>Example with spaces</h1> <p>Note if this doesn't work for you, it's probably a browser compatibility thing. Browser support for this property was limited at the time of writing.</p>
Preview