在html中,标签分为2类:
1、常规标签,也叫双标签:
<标签></标签>
<标签 属性=‘属性值’ 属性=‘属性值’></标签>
如:</head></head>
2、单标签:
<标签/>
<标签 属性=‘属性值’ />
如<br/>