HTML help

AJH

Up-and-Coming Sensation
Joined
Oct 21, 2021
Messages
356
Reaction score
215
FP$
245
What HTML do I use to make a link open up in the same tab and not a new tab?
 
I tried this code:

Code:
<a href="#" target="_self">Text Here</a>

That seems to work. Is this done correctly?
 
Back
Top Bottom