HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ font-size:20px; text-decoration-line: underline; text-decoration-style: wavy; text-decoration-color: red; } </style> </head> <body> <h1>CSS text-decoration-style Property</h1> <p>This is a sentence.</p> </body> </html>
OUTPUT
×

Save as Private