how to open url in new tab code example
Example 1: open link in new tab
google.com
dont use just target="_blank" without rel="noopener noreferrer"
It Makes Your Site Vulnerable to Phishing Attacks
Example 2: how to make link open in new tab
//add attribute target="_blank"