Font-size: A A A
This property consists of a string which gives the name of the selection.
document.forms[0].elements[0].name
For example, to refer to the name of the first Select object in the first form of the current document, you could use this code.