Ejemplo n.º 1
0
	def __init__(self):
		element.__init__(self, "div", "left-bar")
Ejemplo n.º 2
0
	def __init__(self, child):
		element.__init__(self, "body", None, children)
Ejemplo n.º 3
0
	def __init__(self):
		element.__init__(self, "h1", "moto")
Ejemplo n.º 4
0
	def __init__(self):
		element.__init__(self, "img", "logo")
Ejemplo n.º 5
0
	def __init__(self, children):
		children =  (logo(), moto())
		element.__init__(self, "head", None, *children)
Ejemplo n.º 6
0
	def __init__(self, children):
		element.__init__(self, "html", None, children)