a tag target _blank code example
Example 1: where to use .target command in html
<a target="_blank" href="">
Example 2: href target new window
target="_blank"
Example 3: target _blank on a link_to
link_to "allrecipes", "http://www.allrecipes.com", target: "_blank", class: "p-12 rounded-lg font-bold"