+ 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>
4 Antworten
+ 12
I agree with Stellar Fox and also add the https:// to the address...
https://code.sololearn.com/W8bVBRH89TEp/?ref=app
+ 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
+ 3
Done! Ty
- 1
Cv mor faye