How do you link one HTML page to another using button?

1 answer

Answer

1248089

2026-08-02 04:45

+ Follow

<body>

<a class="url" target="_blank" rel="nofollow noreferrer" href="/to/?target=insert the link here">insert the text to appear on page here</a>

<body>

for example

<a class="url" target="_blank" rel="nofollow noreferrer" href="/to/?target=www.google.com">click here to go to google</a>

</body>

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.