html5 (version 0.1.0)

body: Generate HTML tag for element body

Description

Generate HTML tag for element body

Usage

body(
  ...,
  accesskey = NULL,
  autocapitalize = NULL,
  class = NULL,
  contenteditable = NULL,
  dir = NULL,
  draggable = NULL,
  hidden = NULL,
  id = NULL,
  inputmode = NULL,
  is = NULL,
  itemid = NULL,
  itemprop = NULL,
  itemref = NULL,
  itemscope = NULL,
  itemtype = NULL,
  lang = NULL,
  onafterprint = NULL,
  onbeforeprint = NULL,
  onbeforeunload = NULL,
  onblur = NULL,
  onerror = NULL,
  onfocus = NULL,
  onhashchange = NULL,
  onlanguagechange = NULL,
  onload = NULL,
  onmessage = NULL,
  onoffline = NULL,
  ononline = NULL,
  onpopstate = NULL,
  onredo = NULL,
  onresize = NULL,
  onstorage = NULL,
  onundo = NULL,
  onunload = NULL,
  part = NULL,
  slot = NULL,
  spellcheck = NULL,
  style = NULL,
  tabindex = NULL,
  title = NULL,
  custom_attr = NULL
)

Arguments

...

A string or strings of permitted content for this HTML element tag. The user is responsible for determining what is permissible.

accesskey

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

autocapitalize

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

class

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

contenteditable

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

dir

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

draggable

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

hidden

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

id

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

inputmode

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

is

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

itemid

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

itemprop

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

itemref

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

itemscope

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

itemtype

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

lang

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onafterprint

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onbeforeprint

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onbeforeunload

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onblur

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onerror

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onfocus

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onhashchange

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onlanguagechange

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onload

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onmessage

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onoffline

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

ononline

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onpopstate

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onredo

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onresize

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onstorage

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onundo

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

onunload

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

part

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

slot

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

spellcheck

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

style

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

tabindex

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

title

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

custom_attr

A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.

Value

A HTML tag string.

Examples

Run this code
# NOT RUN {
body(class = "test", "Example")
# }

Run the code above in your browser using DataLab