pub fn write_html_header5_by_id(
    w: &mut dyn Write,
    id: &str,
    text: &str,
) -> Result<()>
Expand description

Write the HTML header of type 5 by the specified identifier.