Home  >  Article  >  Web Front-end  >  How to use CSS to set the width of INPUT in TD

How to use CSS to set the width of INPUT in TD

php中世界最好的语言
php中世界最好的语言Original
2018-02-01 10:02:112953browse

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 option

Attribute is the default option

<select id="isAudit" name="isAudit"> 
<option value="2">全部</option> 
<option value="1" selected = "selected">通过</option> 
<option value="0">未通过</option> 
</select>

Then "pass" is the default selection

Believe it After reading these cases, you have mastered the methods. For more exciting information, please pay attention to other related articles on the PHP Chinese website!

Related reading:

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn