Closing tag of h4.
(self)
| 893 | self.write_tag_noWhitespace('h4', True, args) |
| 894 | |
| 895 | def _h4(self): |
| 896 | """Closing tag of h4.""" |
| 897 | self._closeTag_noWhitespace('h4') |
| 898 | self.newLine() # Optional newline is self.compact is False. |
| 899 | |
| 900 | def h4_(self, s, **args): |
| 901 | """The `h1_` to `h6_` tags define headers, combining the opening and |
no test coverage detected