码迷,mamicode.com
首页 > 其他好文 > 详细

超链接跳转本页面某个位置

时间:2018-09-04 00:11:57      阅读:453      评论:0      收藏:0      [点我收藏+]

标签:color   title   utf-8   超链接   charset   div2   back   --   tle   

<!DOCTYPE html>
<html lang="zh-CN">
<head>
	<meta charset="UTF-8">
    <title>标题</title>
</head>
<body>
	<div>
		<!-- href的属性值为下面div的id值 -->
		<a href="#div1">超链接1</a>
		<a href="#div2">超链接2</a>
		<a href="#div3">超链接3</a>
	</div>
	<div style="width:800px;background-color:grey;">
		<div id="div1" style="width:100%;height:600px;background-color:red"></div>
		<div id="div2" style="width:100%;height:600px;background-color:green"></div>
		<div id="div3" style="width:100%;height:600px;background-color:black"></div>
	</div>
</body>

  

超链接跳转本页面某个位置

标签:color   title   utf-8   超链接   charset   div2   back   --   tle   

原文地址:https://www.cnblogs.com/liu-sheng/p/9581643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!