module Phlex::HTML::VoidElements
def area(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/area)
Outputs an `` tag.
def area(**attributes) = nil
def base(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base)
Outputs a `
def base(**attributes) = nil
def br(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/br)
Outputs a `
` tag.
def br(**attributes) = nil
def col(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/col)
Outputs a `
def col(**attributes) = nil
def embed(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/embed)
Outputs an `
def embed(**attributes) = nil
def hr(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/hr)
Outputs an `
` tag.
def hr(**attributes) = nil
def img(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/img)
Outputs an `
def img(**attributes) = nil
def input(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/input)
Outputs an `` tag.
def input(**attributes) = nil
def link(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/link)
Outputs a `` tag.
def link(**attributes) = nil
def meta(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/meta)
Outputs a `` tag.
def meta(**attributes) = nil
def source(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/source)
Outputs a `
def source(**attributes) = nil
def track(**attributes) = nil
[MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/track)
Outputs a `
def track(**attributes) = nil