blob: 5344c92ac97851eefcb2958709f9769d219216c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body lang="ja">
<p>あ<br>「い」<br>う</p>
<p>あ<br>『い』<br>う</p>
<p>あ<br>「い。」<br>う</p>
<p>あ<br>『い。』<br>う</p>
<p>あ<br>「『い。』」<br>う</p>
<p>「あ<br>い」</p>
</body>
</html>
|