我正在从网站解析html,但我遇到了这个标记:<div data-alert class="alert-box success radius">
什么属性可以提供数据警报&#39;代表?
答案 0 :(得分:2)
这些是HTML 5中新增的自定义属性。请参阅http://www.w3schools.com/tags/att_global_data.asp
似乎您正在谈论的页面使用Foundation CSS框架: http://foundation.zurb.com/docs/components/alert_boxes.html
答案 1 :(得分:0)
参见本页:
http://foundation.zurb.com/docs/components/alert_boxes.html
它是一个div
容器,根据网站的说法,它符合您放入容器宽度的100%。