Open a new window
Open a new window
Do you ever wonder how you can set a link in a new window? This can be advantagous if you do not want your reader to wander away from your web site.
You can open a link in a new window by using the target attribute in your h ref. Just set the value to blank. I will write the code here so you can actually see it.
<a href=”http://www.imdb.com/title/tt0038787/” target=”_blank” > read about my favorite movie in a new window

read about my favorite movie in a new window
