module Phlex::HTML::VoidElements

def area(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-area-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/area)
Outputs an `` tag.
def area(**attributes) = nil

def base(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-base-element)
[MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base)
Outputs a `` tag.
def base(**attributes) = nil

def br(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-br-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/br)
Outputs a `
` tag.
def br(**attributes) = nil

def col(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-col-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/col)
Outputs a `` tag.
def col(**attributes) = nil

def embed(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-embed-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/embed)
Outputs an `` tag.
def embed(**attributes) = nil

def hr(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-hr-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/hr)
Outputs an `
` tag.
def hr(**attributes) = nil

def img(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-img-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/img)
Outputs an `` tag.
def img(**attributes) = nil

def input(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-input-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/input)
Outputs an `` tag.
def input(**attributes) = nil

def link(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-link-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/link)
Outputs a `` tag.
def link(**attributes) = nil

def meta(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-meta-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/meta)
Outputs a `` tag.
def meta(**attributes) = nil

def source(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-source-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/source)
Outputs a `` tag.
def source(**attributes) = nil

def track(**attributes) = nil

[Spec](https://html.spec.whatwg.org/#the-track-element)
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/track)
Outputs a `` tag.
def track(**attributes) = nil