How to create hyper link to web site | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to create hyper link to web site

30th Sep 2020, 9:17 AM
deepika a
5 Answers
+ 6
<a href="link of the website">Website </a>
1st Oct 2020, 1:13 PM
M£RÇ¥💎 {ßÜ$¥}
M£RÇ¥💎 {ßÜ$¥} - avatar
+ 5
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <button> <a href="www.w3school.com">Google</a> </button> </body> </html>
30th Sep 2020, 9:28 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 2
<a href="www.google.com">google</a> Use search box before asking question. It has been asked various time already.
30th Sep 2020, 9:25 AM
Divya Mohan
Divya Mohan - avatar
+ 1
You can create it using a <a> tag You can look it up in w3school for more information or in the sololearn html course
30th Sep 2020, 9:22 AM
Hashim