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

Gives whether the current execution environment (i.e. Browser) supports the provided HTML tag. Returns true on native.