Select the category selection. After testing, IE and FF can support this element well. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>runcode</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Author" content="Sheneyan" /> </head> <body> <select> <optgroup label="a"> <option>a1</option> <option>a2</option> <option>a3</option> </optgroup> <optgroup label="b"> <option>b1</option> <option>b2</option> <option>b3</option> </optgroup> </select> </body> </html> |
<<: Detailed explanation of Vue's live broadcast function
>>: Why is UTF-8 not recommended in MySQL?
Recently, when I was drawing an interface, I enco...
Table of contents 1. Introduction 2. Simple epoll...
1. The ul tag has a padding value by default in Mo...
Preface The sleep system function in MySQL has fe...
I have encountered the Nginx 502 Bad Gateway erro...
1. Use floating method Effect picture: The code i...
1. Add a hard disk 2. Check the partition status:...
The mysql connection must first be initialized th...
Create a new project test1 on Code Cloud Enter th...
Table of contents 1. BOM 2. Composition of BOM 2....
Preface By default, Nginx logs are written to a f...
Table of contents Introduction Using Strict mode ...
Table of contents 1. Introduction 2. Analysis of ...
This article uses examples to describe the common...