//! HTML Element Module
//!
//! This module contains HTML element functionality split into focused submodules.
//! Each submodule handles specific aspects of element behavior and manipulation.
// base struct & core methods
// to / from html
// attribute normalization utilities
pub use *;
pub use normalize_attr_quotes;