Are Multi-line Options in Html Select Tags Possible?

前端 未结 7 1973
忘掉有多难
忘掉有多难 2020-12-03 17:14

Is it possible (using HTML only) to display select with options that span multiple lines each?

7条回答
  •  醉梦人生
    2020-12-03 17:32

    What about:

    
    
    
    
    
    
    
    
    

    I don't know if this is what you were looking for, but maybe it could help you.

    If you want to select multiple options, you must press Ctrl + click to select more options.

    If you want to disable multiselect, just erase the "multiple" parameter from the SELECT tag.

提交回复
热议问题