1
<!Doctype html>
<html>
<head>
<title></title>
<Style type="text/css">
#header{border:1px solid #000;}
#1{border:1px solid #000;
background-color:green;}
</style>
</head>
<body>
<script></script>
<div id="header">
<h1>...</h1>
</div><br>
<div id="1">
<input type="text" name="JDate" placeholder="OnBoardDate"><br>
<input type="text" name="RDate" placeholder="ReturnDate"><br>
</div>
</body>
</html>
我沒有得到一個邊界第二div
。在Chrome的開發人員控制檯中顯示,但在網頁上未顯示。