<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>New document</title>
</head>
<body>
<a href="#p1">link1</a>
<a href="#p2">link2</a>
<a href="#p3">link3</a>
<a name="p1"></a>
<p id="p1">here is p1 content</p>
<a name="p2"></a>
<p id="p2">here is p2 content</p>
<a name="p3"></a>
<p id="p3">here is p3 content</p>
</body>
</html>
时间: 2024-11-05 12:29:38