What are the things to consider as you add audio and video files to a webpage?

What will be an ideal response?


?A captivating website is about more than text and information; it is also a medium for expressing artistic creativity and optimizing the presentation of information. Webpages can include media objects, also called multimedia and interactive media, to enhance the experience for users. On multimedia webpages, users can play video files and audio files such as music, sound effects, or speech to augment the content on the page. HTML5 adds multimedia capabilities such as audio and video to basic HTML pages.?Listening to music on the web is a popular pastime. Audio files can include a podcast of a breaking news story posted to a website, a broadcast of an Internet radio station, background music that sets a mood for the webpage, or a song downloaded from the latest album of a hot new music group. The web also includes video files that showcase product demos, professional broadcasts, music videos, prerecorded television clips, and marketing videos, such as one that provides a tour of a scenic vacation destination.?In this chapter, you learn how to add interactive media to a webpage. Interactive media is not suitable for all websites. You most likely have visited websites that contained so many bits and pieces of multimedia that, instead of being a constructive part of the site, it distracted you from the experience the web designers intended. In addition, multimedia files might require long download times on mobile devices, and mobile viewports might not be large enough to play videos. Therefore, when adding media elements to your webpage, you need to consider the value of each element and how it will enhance or detract from your site.

Computer Science & Information Technology

You might also like to view...

A list data type uses ____ as the delimiter.

A. commas B. tabs C. white space D. any of the above

Computer Science & Information Technology

Which of the following statements makes the text in a JTextField uneditable?

a. textField.setEditable(true); b. textField.setEditable(false); c. textField.setUneditable(true); d. textField.setUneditable(false);

Computer Science & Information Technology

The strPhone variable should contain only numbers and no dashes (-). An error message should display if there is a dash anywhere in the variable. Which of the following statements determines whether the variable contains a dash in order to display the message?

A. If strPhone.Contains("-") = True Then B. If strPhone.Contains("-") = False Then C. If strPhone Like "-" Then D. If strPhone.Contains(#######) = False Then

Computer Science & Information Technology

A sequence of repetitive operations performed to evaluate the ability of a PC to operate at peak efficiency for a defined time period under a maximum processing load is called a benchmark.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology