Why is the link not opening? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is the link not opening?

<html> <head> <title>This is my HTML programme </title> </head> <body> <h1><span>Languages I know</span></h1> <ol> <li> <a href = "www.quora.com" target = "_blank">Bengali</a> </li> <li> <a href = " www.quora.com" target = "_blank">Hindi</a> <li> <a href = "www.quora.com" target = "_blank">English</a> </li> </li> </ol> </body> </html>

16th May 2020, 1:19 PM
Srimanta Bandyopadhyay
Srimanta Bandyopadhyay - avatar
2 Answers
+ 3
Srimanta Bandyopadhyay Write https:// before the URL https://www.quora.com
16th May 2020, 1:23 PM
A͢J
A͢J - avatar
+ 1
Try to copy the link from the browser
16th May 2020, 1:21 PM
ycsvenom
ycsvenom - avatar