+ 3

How do you make a link in html?

I want to make a link so if I click"click" I will go to the site:wwwsololearn......

26th Apr 2018, 3:14 PM
Leon Yang
Leon Yang - avatar
4 Answers
+ 9
You didn't complete the course 😏 https://www.sololearn.com/learn/HTML/1031/
26th Apr 2018, 3:24 PM
Dev
Dev - avatar
+ 5
Leon Yang Using CSS, text-decoration: none;
27th Apr 2018, 2:54 AM
Dev
Dev - avatar
+ 4
is there any way to remove the blue underline
26th Apr 2018, 8:30 PM
Leon Yang
Leon Yang - avatar
+ 1
To remove the blue underline add this to your css file: a:link{ text-decoration:none; }
27th Apr 2018, 2:34 PM
Jade Emily