+ 2
How to create hyper link to web site
5 odpowiedzi
+ 6
<a href="link of the website">Website </a>
+ 5
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button>
<a href="www.w3school.com">Google</a>
</button>
</body>
</html>
+ 3
<a href="enter your website URL">name as you wish</a>
https://www.sololearn.com/discuss/446183/?ref=app
https://www.sololearn.com/discuss/297214/?ref=app
https://www.sololearn.com/discuss/1884583/?ref=app
https://www.sololearn.com/discuss/92446/?ref=app
https://www.sololearn.com/discuss/2381387/?ref=app
+ 2
<a href="www.google.com">google</a>
Use search box before asking question. It has been asked various time already.
+ 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