User Interface Expert Question:
Download Questions PDF

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

UI Developer Interview Question
UI Developer Interview Question

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 Interview Questions And Answers PDF

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?