HTML中的
首先,
<label for="input"> 賬號(hào): </label> <input type="text" id="input" name="username"/>
在這個(gè)例子中,我們通過(guò)for屬性將
我們可以使用CSS中的margin(外邊距)屬性對(duì)
label { margin-right: 10px; }
這樣就可以實(shí)現(xiàn)
上一篇java 包和庫(kù)
下一篇html的link代碼
HTML中的
首先,
<label for="input"> 賬號(hào): </label> <input type="text" id="input" name="username"/>
在這個(gè)例子中,我們通過(guò)for屬性將
我們可以使用CSS中的margin(外邊距)屬性對(duì)
label { margin-right: 10px; }
這樣就可以實(shí)現(xiàn)