pub fn h2(text: impl ToString) -> H2
Expand description

Create a new instance of the tag in question. Equivalent to <tag name>::new(<text>), but easier to type (and therefore hopefully more ergonomic.)