Suppose now you want to add an item like this to the form: Browse the city you are in. We are not talking about cities across the country here, there are dozens of cities above provincial capitals. It would be unthinkable to list all these cities on the web page in the form of radio buttons as mentioned above. Then menus and lists appear in the form's objects. After all, menus and lists are created primarily to save space on web pages. The menu is the most space-saving method. Under normal circumstances, you can only see one option. You can see all the options after clicking the button to open the menu. A list can display a certain number of options. If the number is exceeded, a scroll bar will automatically appear and the viewer can view each option by dragging the scroll bar. The <select> and <option> tags can be used to design menu and list effects on the page.
| Menu and list markers | describe | name The name of the menu and list size The number of options to be displayed multiple Multiple selections of items in the list value Option value selected Default option File example: 11-16.htm
---|
<<: How to make ApacheBench support multi-url
>>: The role and opening of MySQL slow query log
mysql query control statements Field deduplicatio...
What is Redis Cluster Redis cluster is a distribu...
I have summarized 3 methods to deploy multiple fr...
I haven't worked with servers for a while. No...
This article example shares the specific code of ...
In the recent project, we need to create an effec...
Table of contents Axios Request Qs processing dat...
1.vue packaging Here we use the vue native packag...
The communication modes of vue3 components are as...
Product designers face complex and large manufactu...
1. Command Introduction The read command is a bui...
Recently I was looking at how Docker allows conta...
Table of contents Tomcat Download Tutorial Tomcat...
Table of contents 1. Flink Overview 1.1 Basic Int...
This article mainly involves solutions to problem...