如何在html中添加链接

代码示例

35
0

html链接

<a href="url">link text</a>
8
0

如何在html中制作链接

<a href="link.html"> text link </a> <!-- link to html -->
<a href="google.com" URL> Google </a> <!-- link to site -->
<a href="link.html"><button> Link </button></a> <!-- Button link -->
5
0

一个href到其他网站

<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
  Example Link
</a>
4
0

如何在html中添加链接

<a class="class" href="link" id="id">Text</a>
3
0

如何在html中添加链接

<a href="link" > name of the link </a>
1
0

链接外部页面html

<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................