pub fn h4(text: impl ToString) -> H4
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.)