数据分析师2017-09-30 23:13:00
What are the attributes of Html? -PHP Chinese website Q&A-What are the attributes of Html? -PHP Chinese website Q&A
Please watch and learn.
靠近你2016-12-20 16:27:24
属性为 HTML 元素提供附加信息。
属性总是以名称/值对的形式出现,比如:name="value"。
属性总是在 HTML 元素的开始标签中规定。
迷茫2016-12-20 16:22:47
对标签的设置项就是该标签的属性,每一个标签都有其对应的属性,通过设置不同的属性,该标签就有不同的效果,如:
<body bgcolor="red"></body>
红色背景