HTMLParser.handle_decl(decl)
This method is called to handle an HTML doctype declaration (e.g. <!DOCTYPE html>).
The decl parameter will be the entire contents of the declaration inside the <!...> markup (e.g. 'DOCTYPE html').
HTMLParser.handle_decl(decl)
This method is called to handle an HTML doctype declaration (e.g. <!DOCTYPE html>).
The decl parameter will be the entire contents of the declaration inside the <!...> markup (e.g. 'DOCTYPE html').
Please login to continue.