Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .over { text-decoration: overline; } .under { text-decoration: underline; } .through { text-decoration: line-through; } p { font-size: 5vw; } </style> <p class="over">Some random text to demonstrate the effect.</p> <p class="under">Some random text to demonstrate the effect.</p> <p class="through">Some random text to demonstrate the effect.</p>
Preview