Blog Desk       February 24, 2026      25

Which of te following is correct html code to define a link to open in new page in HTML?

  1. <a href="http:/www.psc.gov.np/" target="blank"> Click Here</a>
  2. <a href="http:/www.psc.gov.np/" target="_blank"> Click Here</a>
  3. <a href="http:/www.psc.gov.np/" target="#blank"> Click Here</a>
  4. <a href="http:/www.psc.gov.np/" target="@blank"> Click Here</a>

The Right Answer is : Option B

Explanation