TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> .underline { text-decoration: underline; } </style> </head> <body> <p>This text is <span class="underline">underlined with CSS</span>.</p> </body> </html>