HTML Concepts Glossary
Short Description
animation: There are many types of animation on the Web. The most common are GIF animation, in which a GIF file contains a number of different images that it plays in progression, and JavaScript animation. In JavaScript animation, script code is used to move objects around the screen and change their attributes. JavaScript animation can respond to user interaction. Hitting the escape key will stop the GIF animation playing on a page. Flash technology supports more sophisticated and efficient animation, and other technologies, such as Quicktime, also provide animation capabilities.
Website: www.almost-everything.com | Filesize: 115kb
No of Page(s): 5
Content
…
browser: The software used to access HTML documents on the web and locally. Netscape Communicator/Navigator, and Microsoft Internet Explorer are the most popular browsers in use, while other browsers, offering different levels of sophistication are also widely used. When authoring pages, it is important to test them in as many different browsers as is possible to check for compatibility.
Cascading Style Sheet (CSS): A technology that allows for more precise and efficient control of the attributes and placement of elements on a web page. A Local Style Sheet is defined between the tags in the document Header and applies only to that document. A remote Style Sheet can be referenced by any number of different pages, and can supply an easy way to modify the attributes of all the elements on any number of pages. CSS is only supported by the latest versions (>=4) of Navigator and IE.
…
Get the file Download here
Related Books:Related Searches: cascading style sheet, animation capabilities, animation script, animation on the web, html concepts
Comments
Leave a Reply