📚 Practice Mode

Web Development Basics: HTML, JavaScript & XML

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

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>