Copy code The code is as follows:<select> <option value="">1</option> <option value="">2</option> <option value="">3</option> <option value="">4</option> <option value="">5</option> </select> ![]() I don't want users to be able to choose 345. What should I do? Copy code The code is as follows:<select> <option value="">1</option> <option value="">2</option> <optgroup label="3"></optgroup> <optgroup label="4"></optgroup> <optgroup label="5"></optgroup> </select> ![]() That's it. |
<<: MySQL configuration master-slave server (one master and multiple slaves)
>>: Why is the scroll bar on the web page set on the right?
Server: Ubuntu Server 16.04 LSS Client: Ubuntu 16...
Table of contents Component Communication Introdu...
Rendering Define the skeleton, write HTML and CSS...
This article shows you how to use CSS to create a...
I suddenly thought of this method when I was writi...
The first one : Copy code The code is as follows: ...
1. Cleaning before installation rpm -qa | grep jd...
Reverse Proxy Reverse proxy refers to receiving t...
frame: Style=”border-style:solid;border-width:5px;...
1. Overflow content overflow settings (set whether...
Query the MySQL source first docker search mysql ...
Today I used a virtual machine to do an experimen...
Origin: A few days ago, a tester sent a requireme...
Two-column layout is often used in projects. Ther...
Empty link: That is, there is no link with a targ...