好好学习,天天向上!!!
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.
属性为 HTML 元素提供附加信息。
属性总是以名称/值对的形式出现,比如:name="value"。
属性总是在 HTML 元素的开始标签中规定。
对标签的设置项就是该标签的属性,每一个标签都有其对应的属性,通过设置不同的属性,该标签就有不同的效果,如:
<body bgcolor="red"></body>
红色背景
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.
属性为 HTML 元素提供附加信息。
属性总是以名称/值对的形式出现,比如:name="value"。
属性总是在 HTML 元素的开始标签中规定。
对标签的设置项就是该标签的属性,每一个标签都有其对应的属性,通过设置不同的属性,该标签就有不同的效果,如:
红色背景