html option disable select select disable option example

html option disable select select disable option example

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?

Recommend

Python 3.7 installation tutorial for MacBook

The detailed process of installing python3.7.0 on...

The latest virtual machine VMware 14 installation tutorial

First, I will give you the VMware 14 activation c...

Create a code example of zabbix monitoring system based on Dockerfile

Use the for loop to import the zabbix image into ...

Detailed process of building mysql5.7.29 on centos7 of linux

1. Download MySQL 1.1 Download address https://do...

Let IE support CSS3 Media Query to achieve responsive web design

Today's screen resolutions range from as smal...

Implementation of Vue top tags browsing history

Table of contents nonsense Functions implemented ...

Win10 configuration tomcat environment variables tutorial diagram

Before configuration, we need to do the following...

Docker container exits after running (how to keep running)

Phenomenon Start the Docker container docker run ...

MySQL 8 new features: Invisible Indexes

background Indexes are a double-edged sword. Whil...

Vue realizes dynamic progress bar effect

This article example shares the specific code of ...

Use label tag to select the radio button by clicking the text

The <label> tag defines a label (tag) for an...

Disable input text box input implementation properties

Today I want to summarize several very useful HTML...

Detailed explanation of json file writing format

Table of contents What is JSON Why this technolog...

Use of CSS3's focus-within selector

Pseudo-elements and pseudo-classes Speaking of th...