+ 4
How to add link in HTML
4 Respuestas
+ 3
Line 19
+ 3
<a href = "https://www.sololearn.com/Profile/25949684/?ref=app">Follow me</a>
This is covered in the course. Maybe go through it and take some notes, they help!
+ 2
check line 19, you forgot to close the anchor tag and write follow me outside the opening tag
<a herf = "https://www.sololearn.com/Profile/25949684/?ref=app">
Follow me
</a>
+ 1
Thanks for all