标签: html
我读过的一些HTML文档引用了“枚举属性”。它们是什么?
答案 0 :(得分:9)
枚举属性是具有一组固定可能值的属性。例如,代码ul的属性type可以包含以下值:disc,square和circle。
ul
type
disc
square
circle
来源:enumerated attribute types