Skip to content

Commit e7075b0

Browse files
committed
20141029
1 parent e4499b5 commit e7075b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. 使用HTML、CSS写好一个输入框
1+
## 1. 使用HTML、CSS写好一个输入框
22

33
如何做到输入框无无文字时和输入文字时一致对齐?
44
chrome 浏览器的输入框光标、输入文字、占位符有以下规则:
@@ -35,7 +35,7 @@
3535
相关链接:<http://qianduanblog.com/post/css-learning-21-using-html-css-write-an-input-box.html>
3636
3737
38-
2. label 标签的应用
38+
## 2. label 标签的应用
3939
4040
```
4141
<input id="J_MyChk" type="checkbox" value=""><label for="J_MyChk">点击我也可以让左边选中</label>
@@ -45,13 +45,13 @@
4545
<label><input type="checkbox" value="">点击我也可以让左边选中</label>
4646
```
4747
48-
3. `<button type="button">我是一个按钮</button>`
48+
## 3. `<button type="button">我是一个按钮</button>`
4949
50-
4. `form `表单的正确使用
50+
## 4. `form `表单的正确使用
5151
5252
https://github.com/paddingme/fex/issues/3
5353
54-
5. `title` 属性 和 `alt` 属性
54+
## 5. `title` 属性 和 `alt` 属性
5555
5656
`title`的正确使用场景主要有以下四种:
5757

0 commit comments

Comments
 (0)