Hey guys is there any way to add more than one link to the same thing?
What I want to do is to when some one clicks on a link they will be opening like two to three pages at the same time.
Lets say I have this:
<html>
<head>
</head>
<body>
<a>History</a>
</body>
</html>
How I could make the link open more than one page?