Table of Contents

What are the HTML elements that fetch resources?

About

This page is about HTML elements:

When a page load is executed by the browser, these elements will trigger a download from media resources if the URL is external.

List

Element Resource Type
What is the script HTML element? Script
HTML - Audio (Element|Stream) Audio
HTML - Image (Img tag) Image
HTML - The link element (inter-document relationships) Css Stylesheet, Font, …)
HTML - Video Element (Movie) Video
HTML - Iframe Element (nested browsing context) (inline frame) Iframe
HTML - Object Element (External Content) Various (pdf, …)
HTML - Embed Element (Plugin Integration point) Plugin
What is a HTML meta element? Not a resource but may fetch
<meta http-equiv="refresh" content="0; URL="url"/>

Attributes

All fetch elements may manage the cross origin policy with the following attribute:

Security

With the CSP directive, you may define the allowed fetched URL.