Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа.</title> <style> span { text-decoration: underline; } </style> </head> <body> <p>Здесь мы использовали <span> CSS свойство text-decoration:underline</span>.</p> </body> </html>