All links on this site open in a new window

Single link opens in a new window

We know that setting the connectionThe way to open it isThe link adds the target attribute set to "_blank".

All links open in new window

The tag specifies the default URL or default target for all relative links on the page. Only one can be used in a copy. Label. The label must be located in Inside the element. The tag has no closing tag.

example












boxpu.com The link will load in a new window because the target attribute is set to "_blank".

boxpu.com - Note that this link will also open in a new window even if it does not have the target="_blank" attribute. This is because we have set the target attribute value to "_blank" in the base tag.

 

Example explanation

There are two points to note in the above code

1. Just in the page code header (tag) is set,Represents a page link in a new window

2. Note that in the second a tagboxpu.comThe link has no target attribute, but it also opens in a new window, which is exactly what the first point does.

 target attribute value
valueexampledescribe
_blankOpens the linked document in a new window.
_selfDefault. Opens the linked document in the same frame.
_parentOpens the linked document in the parent frameset.
_topOpens the linked document in the full window.
framenameOpens the linked document in the specified frame.
score

Leave a Reply

Your email address will not be published. Required fields are marked *