blob: c5ce5bf7856ae88f61ec816334184c73d9738f65 (
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; } </style>
</head>
<body lang="ja">
<p>あ「い」う</p>
<p>あ『い』う</p>
<p>あ「い。」う</p>
<p>あ『い。』う</p>
<p>あ「『い。』」う</p>
<p>「あい」</p>
</body>
</html>
|