5 ms·
What exactly makes a text a hyperlink? Does it have to be only the usual <a href="#">text</a> ? What if I do this: <div link="#">text</div> And then I use Ja
by Amarandei 11y ago
What exactly makes a text a hyperlink?
Does it have to be only the usual <a href="#">text</a> ?
What if I do this: <div link="#">text</div>
And then I use JavaScript to redirect, is it still considered a hyperlink?
Have I just found a loop hole? :)