“href"是什么意思?在 HTML 中代表什么?

What does quot;hrefquot; stand for in HTML?(“href是什么意思?在 HTML 中代表什么?)

本文介绍了“href"是什么意思?在 HTML 中代表什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我了解锚标签 (<a/>) 中的href"属性是什么,但h"代表什么?

I understand what the "href" attribute in the anchor tag (<a />) is for, but what does the "h" stand for?

推荐答案

HREF 代表超文本引用".

HREF stands for "Hypertext Reference".

来源:https://www.w3.org/Provider/ServerWriter.html

这篇关于“href"是什么意思?在 HTML 中代表什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:“href"是什么意思?在 HTML 中代表什么?

基础教程推荐