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 questionWhat 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
精彩评论