HTML Element Preload Attribute Primer Tutorial

HTML Element Preload Attribute Primer Tutorial

HTML Element Preload Attribute Primer Tutorial

We have a very simple media …

  • video
  • audio
  • image

“proof of concept” idea for you today, touching on ideas with web browser web applications concerning the preloading, or not, for media files.

With video and audio elements, this can involve the use of the HTML element attribute …


preload

… while for images, they can be helped with preloading via an HTML link element such as …


<link rel="preload" href="/inhouse_slideshow_css.jpeg" as="image" type="image/jpeg" />

… within the head element.

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Tutorials and tagged , , , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *