有没有办法使用clear
像换行符,例如:
<form action="test.html">
<label for="name">What is your name?</label>
<input type="text" id="name" name="name">
</form>
input {
clear: left;
}
或者它只与花车一起使用?
如果不是,在上面的示例中输入之前断行的最佳方法是什么?( p
,input {display: block;}
或者其他什么?)