so you're looking to have it so links can be clicked, and it opens another window? when typing out your "a href"s to link to other pages or websites, i just put target="_blank" after the website. the "target=" attribute is telling you where the link you click opens up. it being 'blank' opens it in a new blank window. this link explains what it does further: https://www.w3schools.com/tags/att_a_target.asp
so you're looking to have it so links can be clicked, and it opens another window? when typing out your "a href"s to link to other pages or websites, i just put target="_blank" after the website. the "target=" attribute is telling you where the link you click opens up. it being 'blank' opens it in a new blank window. this link explains what it does further: https://www.w3schools.com/tags/att_a_target.asp
thank you sooo much!