+ 1
WHY DOES IT NOT WORK WHEN I USE A LINK IN HTML?
I ADDED A LINK TO ONE OF MY CODES AND IT WORKED BUT IT DIDNâT SEND ME TO THE WEBSITE. I CHECKED IF THE LINK WAS CORRECT AND IT WAS. I HAD COPY AND PASTED IT SO I COULDNâT OF HAVE SPELT IT WRONG. DOES ANYONE ELSE HAVE THE SAME PROBLEM? PLEASE LET ME KNOW. BTW,I AM ONLY WRITING IN CAPITALS BECAUSE I LIKE TO NOT BECAUSE IâM MAD. I MEEN ALL CODERS RUN INTO PROBLEMS RIGHT.
13 Answers
+ 5
Your code should be like this:
<a href="https://www.britannica.com/science/E-mc2-equation">link</a>
+ 5
You need to put something between the tags.
+ 4
You need to put something between the tags. Add something where I put link.
+ 1
?
+ 1
I think i deleted it but when i randomly made a code just with a link ot didnât work either
+ 1
ok thx
i fixed it
+ 1
but it still doesnt work:(
+ 1
ok thx so much. I am still a beginner and I appreciate how much you have told me thx.
0
Add code.
0
Like click plus sign next to post and add your code, box similar to this should appear:
https://code.sololearn.com/c0aUso0nNuM5/?ref=app
0
<a href="link">
not <a>href="link"
0
Just do what Paul Jacobs did.
In short, you didn't close either opening or closing tag, plus you have bo text so there's nothing to click.