Convenient class to represent the footer node of an HTML tree.
Module whakerpy.htmlmaker
Class HTMLFooterNode
Description
Constructor
Create the footer node.
Parameters
- parent
View Source
def __init__(self, parent):
"""Create the footer node."""
super(HTMLFooterNode, self).__init__(parent, 'body_footer', 'footer')