siddhantdubey / resources

This is basically a FAQ for the people that follow my TikTok, IG, and YouTube. A collection of cs resources and answers to common questions.
4 stars 0 forks source link

Links within the project currently open in the same tab, but they should open in a new tab to enhance user experience. #1

Open getmeaname opened 2 weeks ago

getmeaname commented 2 weeks ago

Add target="_blank" to the anchor tags. For example:


<li><a href="https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln" target="_blank">YouTube Playlist: Basic Python Programming by Sentdex</a>⭐ This is a great playlist for learning the basics of Python and Programming in general.</li>
getmeaname commented 2 weeks ago

Thank you btw for the resources.