HTMLParser.handle_endtag(tag)
This method is called to handle the end tag of an element (e.g. </div>
).
The tag argument is the name of the tag converted to lower case.
HTMLParser.handle_endtag(tag)
This method is called to handle the end tag of an element (e.g. </div>
).
The tag argument is the name of the tag converted to lower case.
Please login to continue.