Open In Same Window:
this kind of link will open in the same window when you click on it.
<a href=”YOURURLHERE” target=”_self”>displayed text here!</a>
Open In New Window:
this kind of link will open in a different window when you click on it.
<a href=”YOURURLHERE” target=”_blank”>displayed text here!</a>