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

Write the HTML link with the specified URI and contents.