Please help me to findout the mistakes in the program | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Please help me to findout the mistakes in the program

https://code.sololearn.com/WlRpo31jEd6j/?ref=app

20th Jan 2019, 9:59 AM
Aditya
Aditya - avatar
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
20th Jan 2019, 10:05 AM
Seniru
Seniru - avatar
0
use <a> </a> tag to add link in your program for exmple: <a href="paste link here of any website"> </a>
20th Jan 2019, 10:13 AM
Sami
Sami - avatar