Web Development Ninjas Question:

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

Ninjas Web Developer Interview Question
Ninjas Web 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.


Previous QuestionNext Question
Explain me what are three ways to reduce page load time?Tell me what is the syntax difference between a bulleted list and numbered list?