Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document.</title> <style> span { text-decoration: underline; } </style> </head> <body> <p>Here we used <span> CSS property text-decoration:underline</span>.</p> </body> </html>