Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 6: Navigating with HTML Links and Structuring Data with Tables!

Instruction

How to Link to a Media File

You can use the <a> tag to link directly to various media files (e.g., PDFs, MP3s, images). The browser will either display or play these files in a new tab, depending on the file type and the browser’s capabilities.

Examples of Media Links

PDF Link: This will open a PDF in a new tab.

<a href="documents/instructors_summary.pdf" target="_blank">Read the Instructor's S...