Skip to main content

is_void_element

Function is_void_element 

Source
pub fn is_void_element(tag: &str) -> bool
Expand description

Check if tag is a void element (self-closing).

Void elements like <br>, <hr>, <img> cannot have children.