Generate HTML tag for element video
video(
...,
accesskey = NULL,
autocapitalize = NULL,
autoPictureInPicture = NULL,
autoplay = NULL,
buffered = NULL,
class = NULL,
contenteditable = NULL,
controls = NULL,
controlslist = NULL,
crossorigin = NULL,
currentTime = NULL,
dir = NULL,
disablePictureInPicture = NULL,
disableRemotePlayback = NULL,
draggable = NULL,
duration = NULL,
height = NULL,
hidden = NULL,
id = NULL,
inputmode = NULL,
intrinsicsize = NULL,
is = NULL,
itemid = NULL,
itemprop = NULL,
itemref = NULL,
itemscope = NULL,
itemtype = NULL,
lang = NULL,
loop = NULL,
muted = NULL,
part = NULL,
playsinline = NULL,
poster = NULL,
preload = NULL,
slot = NULL,
spellcheck = NULL,
src = NULL,
style = NULL,
tabindex = NULL,
title = NULL,
width = NULL,
custom_attr = NULL
)
A string or strings of permitted content for this HTML element tag. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A HTML tag string.
# NOT RUN {
video(class = "test", "Example")
# }
Run the code above in your browser using DataLab