开发者

What is the <list> tag?

I was looking at Chrome's page source for its beautiful saved password management in its preferences. In it, I saw the following code:

<list id="saved-passwords-list" class="settings-list" tabindex="0">
<div class="spacer" style="height: 0px; "></div>
[...]
</list>

What is the <list> element? I didn't see it in any directory of HTML tags, or after some Googling. Maybe it's a Chrome-specific tag开发者_开发问答?


This is probably a "create your own tag" situation.

This might be helpful: Is there a way to create your own html tag in HTML5?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜