+ 4
How to hyperlink other website in html after using <a href> function ?
Hyperlinking
2 Respostas
+ 1
First of all take a anchor tag means <a></a> tag.then do it:
<a href="the url of the site or path of your local file" target="where you want to open the page.the value is- _blank">Now the name whom you want to show in browser window</a>.
Play with code.thank you.
+ 11
<a> tag defines links to other pages :
Obtain url of any website and put it in given below :
<a href="url of website"></a>
⬆️
Put your url in the place of it .
it will blue and underlined you can remove underline using css