Chapter 14 Multimedia authoring Flashcards
What is multimedia authoring
This refers to the development of an application that integrates a range of media that can usefully present information to a target audience
What is hypertext
This is text that can provide links to related content in an application
What is hypermedia
Is the use of media including text, imagess, video and sound elements to provide links to related content in an application
What is the purpose of a template
A template controls the overall look and layout of a site. It provides the framework that brings together common elements, modules and components
What are two advantages of multimedia authoring using Html
- Little technical knowledge is needed
- Its an intuitive interface that leads to: faster development of a final package, Elements being easily be placed on the screen and developers can see how the screen layout has changed
What are two disadvantages of multimedia authoring using Html
- Theres limited options meaning the developer will have to revert to coding if complex interactions are needed in the application.
- The use of templates can lead to the production of unoriginal interfaces.
What are the Html tags that display graphics, video and sound files and their uses
1) <img></img>: It displays images on the website
2) : This allows you to insert fallback text (error messages)
3) : This allows you to insert videos for automatic playback to be viewed in internet explorer
What are the Html tags that display tables and lists and their uses
1) : This creates table for information
2) <ol> </ol>: This displays an ordered list.
3) <ul> </ul>: This displays an unordered list
What are the Html tags that allows commenting and adding hyperlinks and their uses.
1) : This allows developer to add comments
2) <a>: This allows you to display a text-based hyper link</a>
What is the definition of CSS
Cascading style sheets is a language that describes the styles within a HTMLdocument