Hello bloggers,Today i m sharing something with you all,which we mostly ignore in our blogging.We often use LINKS in our posts,or our gadgets.When some visitors Clicks on that LINK he/she is redirected to the LINK page (Leaving our web-blog page).Do you think its is good ,like if people are in middle of our article and they got a link,if they click they will be moved to other page leaving their article…To get rid of this problem,we can use TARGET in our HTML codes….let me explain you…

suppose we have a link
<a href=’http://step2problogging.blogspot.com/‘>ProBlogging</a>
this Link will be opened in the same window but use the following type to use in your links
<a href=”http://step2problogging.blogspot.com/” target=”windowName“>ProBlogging</a>

                                windowname

_blank always opens a new window.
_self always opens in the current window or frame.
_parent opens in the parent frame, if any, otherwise as _self.
_top opens in entire browser window, even if there are frames.

Replace window name with the name suits you…

Enjoyed this article…..share with friends…pass your comments…

Share:

administrator

I am a full stack software engineer and a blogger. Primarily, I work on Python, Java and React.js. I am an autodidact with a strong passion for new technologies. I love to build new things from the ground up. I have about 7 years of dynamic experience gained by working in early stage startups to mid-sized organizations in an Agile environment.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.