Is it possible (using HTML only) to display select with options that span multiple lines each?
select
option
It would be possible by using some JavaScript with CSS styling on HTML elements, easily done with a framework like Dojo Toolkit. Otherwise, use Radio or Checkbox controls.