aliensbrain
  • Home
  • Topics
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Web Development Basics: HTML, JavaScript & XML
  • How can you open a link in a new browser window?...
Multiple choice technology

How can you open a link in a new browser window?

  1. <a href="url" target="_blank">

  2. <a href="url" target="new">

  3. <a href="url" new>

  4. <a window="url" new>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To open a link in a new browser window, use the target attribute with value "_blank": . The values "new" or a new attribute are not standard HTML. The target="_blank" is the correct way to achieve this behavior.

Keep practicing — related questions

  • NOP sled technique is a popular
  • Ollydbg is a popular
  • _________is a free static code analysis tool from Microsoft that checks .NET managed code assemblies for co...
  • Strcpy(), strcat(), strncpy(), sprint(), gets() are all included in
  • Which of the following is a valid crypto graphic attack
  • What is a an Evercookie?
  • ___________ is a malicious technique of tricking Web users into revealing confidential information or takin...
  • If an attacker submit multiple input parameters (query string, post data, cookies,etc.) of the same name, t...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy