当前位置:首页>维修大全>综合>

html点击A链接直接跳转到B链接的页面h(html超链接怎么跳转到指定的页面)

html点击A链接直接跳转到B链接的页面h(html超链接怎么跳转到指定的页面)

更新时间:2024-04-09 02:56:17

html点击A链接直接跳转到B链接的页面h

HTML超链接可以用a标签来设置。

1、新建html文档,在body标签中添加a标签,为a标签添加“href”属性:

2、设置“href”属性的属性值为“page.html”,这时点击a标签会跳转到“page.html”页面:

3、为a标签设置“target”属性,属性值为“_blank”,这样“page.html”会在新标签打开,设置为“_self”则会在自身页面打开:

更多栏目