links in html can have a target attribute, which tells the browser where to open the link. in the bitsy museum hack, the `_self` is what's making the game open in the same tab. change that to `_blank` and it should open in a new tab.
links in html can have a target attribute, which tells the browser where to open the link. in the bitsy museum hack, the `_self` is what's making the game open in the same tab. change that to `_blank` and it should open in a new tab.