User Interface Expert Question: Download UI Developer PDF

Tell me what are the new media-related elements in HTML5?

Tweet Share WhatsApp

Answer:

HTML5 has strong support for media. There are now special <audio> and <video> tags. There are additional A/V support tags as well: <embed> is a container for 3rd party applications. <track> is for adding text tracks to media. <source> is useful for A/V media from multiple sources.

Download UI Developer PDF Read All 90 UI Developer Questions
Previous QuestionNext Question
Explain what is the difference between linking to an image, a website, and an email address?Tell me what JavaScript method would convert the string "20" to an integer (on the fly) so "20" + 20 = 40?