pub fn start_tag<'a>( tag: &'static str, ) -> impl Parser<&'a str, (), ContextError>
Parses the start tag <tag>
<tag>