+ 1
Hi I need some examples how to add link, I add but it would not work
Link
3 Réponses
+ 14
To use a link add the following HTML code:
 <a href="sololearn.com">hello</a>
______
you can also use CSS to edit the link. For example:
a {
     text-decoration:none;
     color:red;
     font-family: "Comic Sans MS", cursive;
 }
hope this helps and happy coding 🤓
+ 8
Try to use search bar 
https://www.sololearn.com/discuss/145894/?ref=app
https://www.sololearn.com/discuss/2026232/?ref=app
https://www.sololearn.com/discuss/115624/?ref=app
https://www.sololearn.com/discuss/1568590/?ref=app
https://www.sololearn.com/discuss/2403694/?ref=app
https://www.sololearn.com/discuss/2170426/?ref=app
https://www.sololearn.com/discuss/2320431/?ref=app
https://www.sololearn.com/discuss/1907201/?ref=app
https://www.sololearn.com/discuss/1724138/?ref=app
+ 4
Hamza Abubakar 
<a href="sololearn.com" > sololearn </a>
Complete the html course of the sololearn



