【发布时间】:2017-05-27 01:14:49
【问题描述】:
谁能给我一个固定像素大小的例子以及它的用途。
你也可以帮我将这些输入和标签包装在一个 div 元素中,并使盒子大小不同
<label for="Year">Year :</label>
<input type="text" id="Year" name="year" placeholder="(YYYY)">
<label for="LicencePlate">Licence Plate:</label>
<input type="text" id="LicencePlate" name="licencePlate" placeholder="LicencePlate">
<label for="DateBooked">Date Booked:</label>
<input type="text" id="DateBooked" name="dateBooked" placeholder="24/10/2017">
<label for="TimeBooked">Time Booked:</label>
<input type="text" id="TimeBooked" name="timeBooked" placeholder="14:00">
【问题讨论】: