diff --git a/files/en-us/web/html/attributes/index.md b/files/en-us/web/html/attributes/index.md index 47e9ef94c2089a5..e4ff59db765132a 100644 --- a/files/en-us/web/html/attributes/index.md +++ b/files/en-us/web/html/attributes/index.md @@ -1092,6 +1092,15 @@ Elements in HTML have **attributes**; these are additional values that configure Provides a hint to the user of what can be entered in the field. + + + playsinline + + + {{ HTMLElement("video") }} + + A Boolean attribute indicating that the video is to be played "inline"; that is, within the element's playback area. Note that the absence of this attribute does not imply that the video will always be played in fullscreen. + poster