Tuesday, June 5, 2018

How To Open Link In New Tab Using PHP

Hello everyone!

Today I'd like to share tutorial how to open link in new tab. It's quite simple, so let's check this out!

We usually use to make link in our web. To make link works in new tab we should add this command in our script.
target="_blank"
Exemple:



Add target="_blank"



That's how it works. I hope this tutorial helps you guys. See you^^

No comments:

Post a Comment