function isVoidElement(this, tag): boolean
Returns true if the element is a html void element.
void
string
The name of the element to check.
boolean
If the element is a html void element.