Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Video | Advanced Concepts
Introduction to HTML
course content

Contenuti del Corso

Introduction to HTML

Introduction to HTML

1. Basics Introduction
2. Basic Elements
3. Metadata and the Head Element
4. Advanced Text Formatting Elements
5. Advanced Concepts

book
Video

The video and audio elements in HTML allow you to embed video and audio content on a web page.

html

index.html

copy
  • poster attribute specifies an image to display before the video starts playing;
  • controls attribute adds playback controls to the video.

You can also use the source element to specify multiple video versions in different formats, and the browser will choose the appropriate version based on the device's capabilities.

html

index.html

copy

Several other attributes:

  • autoplay attribute can be used to start playing the video when the page loads automatically;
  • The loop attribute can loop the video indefinitely.

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 5. Capitolo 6
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt