Search notes:

HTML element: video

Attributes specific to the <video> tag

Besides the global attributes, the <video> element has these specific attributes:
autoplay
controls
controlslist
crossorigin
disablepictureinpicture
disableremoteplayback
height, width
loop
muted
playsinline
poster
src

See also

Render a webcam stream in a HTML page.
HTMLMediaElement
Other HTML elements such as <source> or audio>

Index