I have a YouTube video embedded on my website. I've been trying to figure out how to open it in a new tab, but haven't been successful. Can someone help me with this issue?
Here is the code I'm using:
<a href="https://www.youtube.com/embed/wpx8xCC7ETM" target="_blank">
<iframe width="100" height="60" src="https://www.youtube.com/embed/wpx8xCC7ETM" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture">
</iframe>
</a>