2. 在 CSS 文件中使用以下樣式來隱藏橫線:
display: block;
text-align: center;
margin-right: 10px;
3. 將“margin-right”屬性設(shè)置為 0,這樣橫線就會(huì)消失。例如:
display: block;
text-align: center;
margin-right: 0;
<input type=text> {
font-size: 16px;
font-weight: bold;
5. 將“font-size”屬性設(shè)置為 16 像素,“font-weight”屬性設(shè)置為 bold,這樣表單元素就會(huì)變得更加顯著。例如:
<input type=text> {
font-size: 16px;
font-weight: bold;