Most browsers open links in the same window or tab by default, for example, when you click an image to see it in full size. In this scenario, the target
attribute has a value of _self
, and the notation looks like this: <a href="URL" target=”_self”>link text</a>
.