in HTML by (32.2k points)
Does a hyperlink only apply to text?

1 Answer

0 votes
by (23.9k points)
No, you can use hyperlinks on text and images both. The HTML anchor tag defines a hyperlink that links one page to another page. The "href" attribute is the most important attribute of the HTML anchor tag.

Syntax

<a href = "..........."> Link Text </a>

Related questions

0 votes
0 votes
asked Nov 24, 2020 in HTML by sharadyadav1986 (31.7k points)
0 votes
+1 vote
asked Jan 28, 2021 in HTML by SakshiSharma (32.2k points)
0 votes
0 votes
asked Aug 17, 2022 in SEO by rajeshsharma (23.9k points)
...