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

php中世界最好的语言
Release: 2018-02-01 10:02:11
Original
2952 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!