What is the mistake I have done here, the output is to open link in unordered list but link I have givrn is not coming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the mistake I have done here, the output is to open link in unordered list but link I have givrn is not coming?

<html> <head> <title>my skills</title> </head> <body> <ul> <li> <a herf="http://www.sololearn.com" target="_blank" > learn yourself </a> </li> <li> <a herf="http://www.sololearn.com" target=_"blank"> learn ourself </a> </li> </ul> </body> </html>

2nd Sep 2018, 4:56 PM
Priyagraga
Priyagraga - avatar
1 Answer
+ 9
spelling mistake ! it's href and not herf
2nd Sep 2018, 5:06 PM
code learner
code learner - avatar