Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { text-decoration: underline; -webkit-text-underline-position: auto; -ms-text-underline-position: auto; text-underline-position: auto; } </style> </head> <body> <h2>Exemple de la propriété text underline-position</h2> <p>Lorem Ipsum est simplement du faux texte...</p> </body> </html>