For dealing with hyperlinks on your website, the HTML attribute target is an important tool. Namely, with this attribute you create the target window of a link. If a visitor clicks on a link on your website, the new page will open in the current tab or window by default. If you don’t want this, you can use _target to specify that the link should open in a new tab or on a second page. This has the advantage that visitors stay on your online presence longer and do not leave it for another website.
However, there is also criticism of this practice. If visitors to your website have not made any other settings, you are interfering with their user behavior and opening a new page or tab without them requesting it. For this reason, this option was temporarily not allowed and returned only in HTML 5. It is now recommended that you use the corresponding command in HTML called target _blank only when leaving your page would result in data loss. Thus, the command is for the benefit of users. You will learn how _target works later in this text.