Why this code not work, Link not work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why this code not work, Link not work?

<!DOCTYPE html> <html> <head></head> <body> <header> <nav> <ul> <li><a href="www.google.com" /> </a> <font color="red">Parvinder Singh</font></li> </ul> </nav> <h1>Most important heading</h1> <h3>Less important heading</h3> </header> </body> </html>

17th Oct 2018, 4:43 PM
Parvinder Singh
Parvinder Singh - avatar
4 Answers
+ 12
I agree with Stellar Fox and also add the https:// to the address... https://code.sololearn.com/W8bVBRH89TEp/?ref=app
17th Oct 2018, 4:58 PM
Modi
Modi - avatar
+ 7
A few things to note: • A opening anchor tag shouldn't be closed. (Remove / before the angle bracket) • The text which is going to be a hyperlink should come in-between the anchor tags. Edit: Good catch Modi
17th Oct 2018, 4:49 PM
Harsh
Harsh - avatar
+ 3
Done! Ty
17th Oct 2018, 5:00 PM
Parvinder Singh
Parvinder Singh - avatar
- 1
Cv mor faye
3rd May 2019, 12:28 AM
MOR FAYE