TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> #p1 { font-size: 50px; text-decoration-line: underline; text-decoration-style: double; text-decoration-color: rgb(255, 114, 192); } </style> </head> <body> <p id="p1">Hello World.</p> </body> </html>