开发者

HTML attributes : What are the interesting things that can be done using them? [closed]

Closed. This question is opinion-based. It is not currently 开发者_如何转开发accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 9 years ago.

Improve this question

What are the interesting things that can be done using HTML attributes?

(apart from their original intended purpose, duh)


Interesting things? Well, I guess they can be used for controversial political commentary:

<div id="countries">
  <div id="united_states" class="totally_broke">United States</div>
  <div id="china" class="winning">China</div>
</div>


Have a look at this page, has a lot of informative new specified attributes, namely on ANCHORS and VIDEO/AUDIO, also form elements

http://simon.html5.org/html-elements

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜