Links Flashcards
1
Q
What’s the code for an email link?
A
href=”mailto:john@example.com”
2
Q
What’s the code to open a link in a new window?
A
target=”_blank”
What’s the code for an email link?
href=”mailto:john@example.com”
What’s the code to open a link in a new window?
target=”_blank”