Target attribute in HTML
Target allows us to open the links in a new tab instead of replacing our old tab.
Open Google in a new tab
Go back to the main page in a new tab
_blank indicates to open in a new blank tab
_self indicates to open in the current tab which is the default method without using target