描述 (Description)
HTML
标记用于定义文档的一部分。 使用div标记,您可以将大部分HTML元素组合在一起,并使用CSS格式化它们。
div标签和span标签之间的区别在于div标签与块级元素一起使用,而span标签与内联元素一起使用。
例子 (Example)
HTML div TagWelcome to our website. We provide tutorials on various subjects.
这是csss文件style2.css#contentinfo p {
line-height: 20px;
margin: 30px;
padding-bottom: 20px;
text-align: justify;
width: 140px;
color: red;
}
这将产生以下结果 -新页面打开
全局属性 (Global Attributes)
具体属性 (Specific Attributes)
HTML
标记还支持以下附加属性 -属性值描述
自动对焦
autofocusSpecifies
事件属性 (Event Attributes)
浏览器支持 (Browser Support)ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes