🎴 Flashcard Mode
Mixed General Knowledge: Film, History, and Web Design
Card1 / 20
Mastered0
Review0
QuestionClick to flip
If you want to have the browser open a new window for a link to an outside page, which attribute would you use?
AnswerClick to flip back
A
target
💡 Explanation:
The target attribute controls link behavior. Using target="_blank" opens the link in a new window or tab. Other attributes serve different purposes: alt provides alternative text for images, src specifies source file paths, and start sets the beginning value for ordered lists.