-
Pop quiz (hot shot). How many, and which, HTML elements don't require any children nodes but require an explicit closing tag? I'll give you the first one:
script
. (partly because I'm not 100% sure myself, I think I am, but not _quite_ 100%). -
I really should have clarified the "doesn't require any children". That was a bad variable. What I meant was: any HTML put inside the element are ignored and hidden. Such as textarea or canvas.