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