首页htmlaHTML Element Style - 如何单击滚动到中心内容...

HTML Element Style - 如何单击滚动到中心内容...

我们想知道如何单击滚动到中心内容。...

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.theLink {
  text-decoration: none;
}
</style>
</head>
<body>
  <a href="" class="theLink"><div class="i6">Test Page</div></a>
</body>
</html>