+ 1
In html what type of coding does someone use to create a link that could open to a new tab or the next page?
3 Respuestas
+ 5
here is a functional example
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target
+ 4
This should work:
<a href="your link">Press me</a>
0
Thanks