Question:While designing the links page of your website, you want the link to open a new browser window. How will you implement this with HTML?
A <anchor href="http://www.mailer.com">Mailer</anchor>
B <anchor href=http://www.mailer.com target=_blank>Mailer</anchor>
C <a href="http://www.mailer.com" target="_new">Mailer</a>
D <a href="http://www.mailer.com" target="_blank">Mailer</a>
+ AnswerD
+ Report