Use the Custom name in the target attribute of <a> tag
I learned about the tag’s custom target attribute during the technical weekly meeting, and here is my note.
MDN Specification
HTML target
Where to display the linked URL as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL: _self, _blank, _parent, _top.