List of children HTML elements

Property definitions

html $ HTMLTag :: children=
	# List of children HTML elements
	var children: Array[HTMLTag] = new Array[HTMLTag] is lazy
lib/html/html.nit:246,2--247,58