html/manual/embedded/
mod.rs

1//! Embedded content elements
2//!
3//! In addition to regular multimedia contentChild, HTML can include a variety of other contentChild, even if it's not always easy to interact with.
4
5pub use crate::generated::mdn::embedded::{builders, children, elements::*};