How do you create a hyperlink that opens a new browser window?
<a href="https://example.com" target="_blank">Visit Example</a>
How do you create a hyperlink that opens a new browser window?
<a href="https://example.com" target="_blank">Visit Example</a>