html tag

[code lang=html]

HTML 标签

以下代码标记了一个段落:

This is some text in a very short paragraph

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

inpiut
  
type:
  
button
  
checkbox
  
file
  
hidden
  
image
  
password
  
radio
  
reset
  
submit
  
text
  
规定 input 元素的类型。

value: 定义input 元素的值。

textarea: 定义多行的文本输入控件