我正在解析来自一个网站的html,我遇到了这个标签:<div data-alert class="alert-box success radius"> 'data-alert‘代表什么属性?
发布于 2015-04-17 20:46:33
这些是HTML5中新增的自定义属性。请参阅http://www.w3schools.com/tags/att_global_data.asp
您正在讨论的页面似乎使用了Foundation CSS框架:http://foundation.zurb.com/docs/components/alert_boxes.html
发布于 2015-04-17 20:47:07
请参阅此页面:
http://foundation.zurb.com/docs/components/alert_boxes.html
这是一个div容器,根据网站的说法,它符合你放入的容器宽度的100%。
https://stackoverflow.com/questions/29699598
复制相似问题