aliensbrain
  • Home
  • Study
  • 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

  • We can open a link in a new browser window by using
  • If you want to have the browser open a new window for a link to an outside page, which attribute would you ...
  • From the current browser window, how to change the URL of the browser window which opened this current wind...
  • Which shortcut key is used to open a new window on the browser?
  • What is the correct JavaScript syntax for opening a new window called "window5" ?
  • 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...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Internet and Web (1617 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy