base target=''Control the target opening frame of the link_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:36:59
Original
1682 people have browsed it

changes the target frame of the basic link to open a new page. If you are not very familiar with HTML, CSS and JS, it is not recommended to use this method and control it independently.

In fact, many tags such as and

support the target="black" attribute. It is recommended to set it separately in such tags, such as:

Copy code
The code is as follows:

Super Link content
Expression content

If you do not add this sentence, the page will be refreshed by default, that is, target="_self".

Copy code
The code is as follows:



The function of this statement is to add target=Right to all link instructions that do not specify a target. It has nothing to do with your