+ 1
If there is not target attribute what is the default?
2 odpowiedzi
0
The target attribute is used with _blank to create a new page when clicking a link instead of having to transfer the link to your current page. If you want the default way a link can be written, it's just like this:
<a href="(enter page URL)" />
0
The default value is _self, te browser open the link in the same page