aura:html

A meta component that represents all html elements. Any html found in your markup causes the creation of one of these.

Attributes

Attribute Name Attribute Type Description Required?
body Component[] The body of the component. In markup, this is everything in the body of the tag.
HTMLAttributes Map A map of attributes to set on the html element.
tag String The name of the html element that should be rendered.