This time I will show you how to use CSS to set the width of INPUT in TD. What are the precautions . Here are practical cases. Let’s take a look. .
Add selected = "selected" to an optionAttribute is the default option
<select id="isAudit" name="isAudit"> <option value="2">全部</option> <option value="1" selected = "selected">通过</option> <option value="0">未通过</option> </select>
How to achieve mobile page scaling in h5、
Be sure to pay attention to common 3 HTML5 incorrect usage
The above is the detailed content of How to use CSS to set the width of INPUT in TD. For more information, please follow other related articles on the PHP Chinese website!