13 lines
228 B
HTML
13 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Html5</title>
|
|
<meta charset="UTF-8">
|
|
<style type="text/css">
|
|
.underscore {text-decoration: underline;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span class="underscore">Underscore</span> text
|
|
</body>
|
|
</html> |