<video width="640" height="360" controls poster="poster-natgeo-balloons.jpg">
<source src="natgeo-balloons.mp4">
</video>
| Links Shown on the Video Page | |||
|---|---|---|---|
| type | destination | description | example |
| local/relative | link to another page on your server | “Home” button | <a href="index.html"> |
| global/absolute | link to a page on another server | “BFA” (link will get broken if owner changes the name) | <a href="https://bfa.net"> |
| anchor | link to an ID for another location in a page | “Back to top” arrow (Must have ID at destination) |
<a href="#banner"> |
| link to open an email to someone | “Email the BFA” (can include subject and initial content) |
<a href="mailto:info@bfa.net?subject=Web Page Inquiry"> | |