- <!DOCTYPE html PUBLIC "-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/1.0) 1.0//EN" "i-xhtml_4ja_10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="application/xhtml+xml; charset=Shift_JIS" />
- <title>aaa</title>
- </head>
- <body>
- <p>
- <a href="#a1">anchor1</a>
- </p>
- <p>
- <a id="a1" name="a1">着地点</a>
- </p>
- <hr />
- <p>
- <a href="#a2">anchor2</a>
- </p>
- <p>
- <a id="a2">これだけでもO.K.</a>
- </p>
- </body>
- </html>
<!DOCTYPE html PUBLIC "-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/1.0) 1.0//EN" "i-xhtml_4ja_10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=Shift_JIS" />
<title>aaa</title>
</head>
<body>
<p>
<a href="#a1">anchor1</a>
</p>
<p>
<a id="a1" name="a1">着地点</a>
</p>
<hr />
<p>
<a href="#a2">anchor2</a>
</p>
<p>
<a id="a2">これだけでもO.K.</a>
</p>
</body>
</html>