Add a target attribute with the value _blank to the anchor (a) element’s opening tag, so that the link opens in a new tab.
target
_blank
a
<a href ="#" target="_blank">Click to view more</a> Not the best use case scenarios but I think the point is home.
<a href ="#" target="_blank">Click to view more</a>