0 votes
in HTML by
Does a hyperlink only apply to text?

1 Answer

0 votes
by
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
asked Nov 24, 2020 in HTML by sharadyadav1986
+1 vote
asked Jan 28, 2021 in HTML by SakshiSharma
...