blob: 1e5cc977ce92c279257f67f348f72cfa08e07cba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
span {
border: 1px solid black;
white-space: pre;
word-spacing: 0.7em;
}
</style>
</head>
<body>
<span>山本 一郎</span>
</body>
</html>
|