So you are building a website and you are putting links inside of our content.
Here are the only 2 important different targets you should use in coding:
- target="_blank" - use this whenever you have outbound links
- target="_self" - use this when you have a link going to one of your pages.
You want to use them on those circumstances. Keeping a page open on your page when someone clicks out of your website will give the use a easy opportunity to look at your website again. The user might not want to leave your website.
No comments:
Post a Comment