Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 我的HTML一次只中断一部分_Css_Html - Fatal编程技术网

Css 我的HTML一次只中断一部分

Css 我的HTML一次只中断一部分,css,html,Css,Html,标签{ 宽度:180px; 清除:左; 文本对齐:右对齐; 右侧填充:15px; } 选择、文本区域、输入、标签{ 浮动:左; } 世界风力直升机在线小时表 姓名: 名称 名称 名称 名称 名称 名称 名称 日期: 地点: 类型: 美国空军 91 133 135 直升机: N510WW N610WW N205WW N350WW 工作时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00

标签{
宽度:180px;
清除:左;
文本对齐:右对齐;
右侧填充:15px;
}
选择、文本区域、输入、标签{
浮动:左;
}

世界风力直升机在线小时表
姓名:
名称
名称
名称
名称
名称
名称
名称

日期:
地点:
类型: 美国空军 91 133 135
直升机: N510WW N610WW N205WW N350WW 工作时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00 下班时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00
飞行时间:
工作时间:
日间降落:
夜间降落:
夜间:
长线:
油轮装载量:
山区:
评论:

您只是忘记关闭一些标记。 一些选项和选择标记

标签{
宽度:180px;
清除:左;
文本对齐:右对齐;
右侧填充:15px;
}
选择、文本区域、输入、标签{
浮动:左;
}

世界风力直升机在线小时表
姓名:
文斯·洛帕多
杰伊·弗格森
肯特皮尔斯
杰森·雷什克
丹鲁德特
大卫·科尔
里克·多米尼

日期:
地点:
类型: 美国空军 91 133 135
直升机: N510WW N610WW N205WW N350WW 工作时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00 下班时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00
飞行时间:
工作时间:
日间降落:
夜间降落:
夜间:
长线:
油轮装载量:
山区:
评论:
选择未关闭

<html>


<head>
<title>World Wind Helicopters Online Hour Sheet
</title>
<style>



</style>

</head>
<body>

<form action="data.php" method="post">

<label for="name">Name:</label>
    <select id="name" name="slname"/>
    <option>Vince Lopardo
    <option>Jay Ferguson
    <option>Kent Pierce
    <option>Jason Reschke
    <option>Dan Rudert
    <option>David Kerr
    <option>Rick Dominy
    </select>


<br>

<label for="date">Date:</label>
    <input id="date" type="date" name="date"/>

<br>

<label for="Location">Location:</label>
    <input id="Location" type="text" name="txtlocation" value="Enter Location Here"/>

<br>

<label for="Type">Type:</label>
        <select id="Type" name="sltype">
        <option>USFS</option>
        <option>91</option>
        <option>133</option>
        <option>135</option>
        </select>
<br>
<label for="Helicopter">Helicopter:</label>
    <select id="Helicopter" name="rdheli">
        <option>N510WW</option>
        <option>N610WW</option>
        <option>N205WW</option>
        <option>N350WW</option>
        </select>

<label for="DTO">Duty Time On:</label>
    <select id="DTO" name="sldutyon">
        <option>1:00</option>
        <option>2:00</option>
        <option>3:00</option>
        <option>4:00</option>
        <option>5:00</option>
        <option>6:00</option>
        <option>7:00</option>
        <option>8:00</option>
        <option>9:00</option>
        <option>10:00</option>
        <option>11:00</option>
        <option>12:00</option>
        <option>13:00</option>
        <option>14:00</option>
        <option>15:00</option>
        <option>16:00</option>
        <option>17:00</option>
        <option>18:00</option>
        <option>19:00</option>
        <option>20:00</option>
        <option>21:00</option>
        <option>22:00</option>
        <option>23:00</option>
        <option>0:00</option>
        </select>


<label for="DTOFF">Duty Time Off:</label>   
    <select id="DTOFF" name="sldutyoff">
        <option>1:00</option>
        <option>2:00</option>
        <option>3:00</option>
        <option>4:00</option>
        <option>5:00</option>
        <option>6:00</option>
        <option>7:00</option>
        <option>8:00</option>
        <option>9:00</option>
        <option>10:00</option>
        <option>11:00</option>
        <option>12:00</option>
        <option>13:00</option>
        <option>14:00</option>
        <option>15:00</option>
        <option>16:00</option>
        <option>17:00</option>
        <option>18:00</option>
        <option>19:00</option>
        <option>20:00</option>
        <option>21:00</option>
        <option>22:00</option>
        <option>23:00</option>
        <option>0:00</option>
        </select>       




<br>

<label for="FT">Flight Time:</label>
    <input id="FT" type="text" name="txtflighttime"/>

<br>


<label for="Duty Time">Duty Time:</label>
    <input id="Duty Time" type="text" name="txtdutytime"/>
<br>

<label for="Day Landing">Day Landings:</label>
    <input id="Day Landing" type="text" name="txtdayland"/>
<br>

<label for="Night Landing">Night Landings:</label>
    <input id="Night Landing" type="text" name="txtnightland"/>
<br>

<label for="Night Time">Night Time:</label>
    <input id="Night Time" type="text" name="txtnighttime"/>
<br>

<label for="Long Line">Long Line:</label>
    <input id="Long Line" type="text" name="txtlongline"/>
<br>

<label for="Tanker Loads">Tanker Loads:</label>
    <input id="Tanker Loads" type="text" name="txttankload"/>
<br>

<label for="Mountain">Mountain:</label>
    <input id="Mountain" type="text" name="txtmtn"/>
<br>
<label for="Comments">Comments:</label>
    <textarea id="Comments" name="txtarcomments" cols="25" rows="5"></textarea>

<br>

<input type="submit" value="submit">            
</form>



</body>

</html>

世界风力直升机在线小时表
姓名:
文斯·洛帕多
杰伊·弗格森
肯特皮尔斯
杰森·雷什克
丹鲁德特
大卫·科尔
里克·多米尼

日期:
地点:
类型: 美国空军 91 133 135
直升机: N510WW N610WW N205WW N350WW 工作时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00 下班时间: 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 13:00 14:00 15:00 16:00 17:00 18:00 19:00 20:00 21:00 22:00 23:00 0:00
飞行时间:
工作时间:
日间降落:
夜间降落:
夜间:
长线:
油轮装载量:
山区:
评论:

您没有关闭选择标记

<label for="Helicopter">Helicopter:</label>
<select id="Helicopter" name="rdheli">
    <option>N510WW</option>
    <option>N610WW</option>
    <option>N205WW</option>
    <option>N350WW</option>
</select> <!--this select tag is missing in your code-->
直升机:
N510WW
N610WW
N205WW
N350WW

你错过了直升机的一个选择标签。

正如大家所指出的,你没有关闭标签,但你还有一个不应该在那里的自动关闭标签……”如果您仍在学习并犯此类错误,您可能应该更多地使用validator