+ 1

Hi I need some examples how to add link, I add but it would not work

Link

11th Jan 2021, 10:55 AM
Hamza Abubakar
Hamza Abubakar - avatar
3 Respostas
+ 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 🤓
11th Jan 2021, 12:37 PM
don't be sad 😶
don't be sad 😶 - avatar
+ 4
Hamza Abubakar <a href="sololearn.com" > sololearn </a> Complete the html course of the sololearn
11th Jan 2021, 11:03 AM
Krish
Krish - avatar