3 <title>Option elements with children
</title>
7 .appendChild(document
.createElement("select"))
8 .appendChild(document
.createElement("option"))
9 .appendChild(document
.createElement("font"))
10 .appendChild(document
.createTextNode("font"))