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

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