Our social:

Monday 20 March 2017

HTML Code To Open Link In New Tab




What is HTML?




















HTML stands for hyper text markup language. We all know that Html is a markup language. Html is use for making web pages.HTML is the "hidden" code that helps us communicate with others on the World Wide Web (WWW).HTML Developed in 1990.


This code is commonly used for download link to open that page in another tab and the main page remains open and visitors not need to go back to that page. It also use for openings another website..and many more.


The Question comes here about How To Open Link In New Tab. The solution is very simple. Try to understand code carefully

  • Open a link in a new tab

------------------------------------------------------------------------------------------
<a href="tech4informative.blogspot.in" target="_blank">Click Here </a>
------------------------------------------------------------------------------------------




Put this code in your html code  to open link in new tab.

Here you can replace "tech4informative.blogspot.in" to your link and you can also change link name just change Click Here to your link name eg: My Website

By using above code in your html you can Open Link In New Tab.

0 comments:

Post a Comment