Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <a style="text-decoration:none">This is link without underline</a> <h1 style="text-decoration:overline">Heading with value overline.</h1> <p style="text-decoration:line-through">Some paragraph with value line-through.</p> <a style="text-decoration:underline">Some hyperlink with value underline.</a> </body> </html>