当前位置:软件学习 > Dreamweaver >>

简单的制作 锚点

<!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>

补充:网页制作,Dreamweaver
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,