pub fn is_void_element(tag: &str) -> bool
Check if tag is a void element (self-closing).
Void elements like <br>, <hr>, <img> cannot have children.
<br>
<hr>
<img>