Blogger Information
Blog 95
fans 0
comment 11
visits 249441
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
假链接
龍__遇见彩虹的博客
Original
1125 people have browsed it

实例

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>假链接</title>
	</head>
	<body>
		<h1 style="font-size: 500px;">我是头部</h1>
		
		<!--"#"点击该假链接会回到页面顶部-->
		<a href="#">假链接1</a>
		
		<!--"javascript:"点击该假链接不会有任何反应-->
		<a href="javascript:">假链接2</a>
	</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post