Welcome to my personal blog. You are surfing a simple blog tutorial for html coding. Feel free to ask to ask anything about coding here. UPDATE regularly!

Link to New Window

This feature is important to not lost your visitor to othher linking page. Default, when you click a url in blogspot, the web will open in new page. With simple coding added, you can open a webpage to a new window.

let see this coding you put in blog (you can view it via edit HTML section)

google search engine <---- Click this will open the search engine in same browser the code is like this <.a http://www.google.com/">google search engine<./a>



now just add- target="new" to your coding just after .com/" and before >

and now your coding will be like this
<.a http://www.google.com/"target="new">google search engine<./a>


Now, with same word, but the link now open in new browser

google search engine

Hope this help you a lot guys

No comments: