tutorial 2: external links
watch it on YouTube
Notes
- Include the entire url for your external source--including the http:// or https://
- Best practice is to launch new external links into a new tab.
New Tags Covered
- <a></a> [review]
-
the anchor tag (a) is used to link to external resources. It must include an href property
in order to function.
- target
-
property used with the a tag to launch a url into a new tab. Set target equal to
"_blank" to open a link in a new tab.