Computer Science, asked by chandan2192, 1 year ago

How to Insert Hyperlink in HTML Page?

Answers

Answered by iftikarhussain9x
0

To insert hyperlink, use this tag

<a href ="..."> *** </a>

here, give the web address you want instead of (... ) and for you to know write anything in (***). And if you use another html page then give complete address of that html page in ... .Hope you understand.

Similar questions