0
Please help me to findout the mistakes in the program
2 Respuestas
+ 3
Change line 11 to <a href="https://www.sololearn.com">fs</a>
You have forgotten to add a space between a and href and forget to add the relevant closing tag
0
use <a> </a> tag to add link in your program
for exmple:
<a href="paste link here of any website"> </a>