這兩個有區別嗎?
? ? <input type="text" placeholder="請輸入用戶名">
? ? <br>
? ? <input type="password" placeholder="請輸入密碼">
和
? ? <input type="text" placeholder="請輸入用戶名"/>
? ? <br>
? ? <input type="password" placeholder="請輸入密碼"/>
? ? <input type="text" placeholder="請輸入用戶名">
? ? <br>
? ? <input type="password" placeholder="請輸入密碼">
和
? ? <input type="text" placeholder="請輸入用戶名"/>
? ? <br>
? ? <input type="password" placeholder="請輸入密碼"/>
2021-10-08
舉報
2022-09-21
第一種寫法是錯誤的,標簽需要閉合<input />??? <hr />橫線 <br />回車 ?? ,文本框是屬于標簽
2021-10-08
單標簽 一般自閉合要加/ 比如<br />