📚 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?
- <a href="url" target="_blank">
- <a href="url" target="new">
- <a href="url" new>
- <a window="url" new>