I haven't found too much on this. I know that video source, audio source, link and a elements support a media attribute. What other elements do support the media attribute, if any?

link|improve this question

50% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The area and style elements are the two you are missing.

See http://dev.w3.org/html5/spec/section-index.html#attributes-1

link|improve this answer
feedback

You can use below tag for media in HTML5.

Tags: <track>

Attr you can use with this tag.

   `src
    crossorigin
    poster
    preload
    autoplay
    mediagroup
    loop
    muted
    controls
    width
    height`
link|improve this answer
How does this answer my question? – nikan Feb 3 at 16:55
I have updated my answers. – Ajay Feb 3 at 17:22
track does not seem to have a media attribute. See the link from @Alohci and this one, if you will. – nikan Feb 3 at 18:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.