HTML - Fetch Elements
Table of Contents
About
HTML has elements that fetch resources.
When a page load is executed by the browser, this elements will trigger a download from media resources
List
Element | Resource Type |
---|---|
HTML - (Client-side) Script (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 |
Attributes
All fetch elements may manage the cross origin policy with the following attribute: