fn pop_tag(count: &mut u32)
In order to know when a specific tag is closed, we need to count the opening and closing tags. The countss are stored in the Dehtml struct.
counts
Dehtml