Page positioning and anchor new window opens

Anchor Position

use
<a href="#id名">连接文本</a>

id name corresponds to

New window opens methods

target = "_ blank" attribute can make the link open in a new page
as
<a href="http://www.baidu,com" target="_blank">百度</a>

Tags can also be used base

<base/>单标签

Can also set the target attribute in base label (target attributes into _blank and _self)
are all links page will open a new window
can be set to call detailed rules target target detailed labels, use the default base, if the definition of the label label defined attributes.

Published 158 original articles · won praise 44 · views 30000 +

Guess you like

Origin blog.csdn.net/qq_43277404/article/details/104103849