- 2
Hey !! Everyone I'm new at coding can u explain me 14 .1 lesson in html (how to add link)
2 Answers
+ 3
1. I think your profile picture qualifies as inappropriate.
2. Always tag the language (in this case html) you're asking about.
3. Don't expect people to put effort into helping you if you're not even willing to put any effort into asking your question.
https://www.sololearn.com/Content-Creation-Guidelines?
https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://www.sololearn.com/discuss/333866/?ref=app
- 1
A text you put inside the 'a' element (<a>text</a>) is a clickable link. But it won't work without href attribute which contains the address of the link.
Example-
<a href="www.facebook.com">Facebook</a>