Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<style>
.underline { text-decoration: underline; }
.overline { text-decoration: overline; }
</style>
</head>
<body lang="en">
<div class="overline">サンプル</div>
<div class="overline">サンプル</div>
<div class="underline">"text-underline-position: right" alone should be same as "auto right"</div>
<div class="underline">"text-underline-position: left" alone should be same as "auto left"</div>
</body>
</html>