Cómo agregar un enlace en html

Ejemplos de código

35
0

enlaces html

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

enlace html

<a href="https://www.google.com/">Link to google</a>
8
0

cómo hacer enlaces en 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 -->
4
0

cómo añadir enlaces en html

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

cómo agregar un enlace en html

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

cómo hacer un enlace en html

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <a href="link">link name</a>
  </body>
</html>

En otros idiomas

Esta página está en otros idiomas

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