answersLogoWhite

0

How do you make animated images without using HTML?

Updated: 8/20/2019
User Avatar

Zorphs

Lvl 1
12y ago

Best Answer

The easiest way is by using a Compuserver Graphics Interchange Format File (.gif)

Animated gifs have been around a long time, and they work in the same way that traditional animations do. They contain a series of "frames" that are presented sequentially to the viewer. These frames vary slightly from one to the next, and give the impression of movement.

You could also use a more complex technology like Adobe's Flash (.swf) Flash works using keyframes, and vectors to create a similar effect as gif, but does it with less work on the part of the artist. Flash also offers a bunch of other features (such as the ability to script natively in the format.)

With Flash, you have to be careful that the user and his/her device has the plugin. Users of some Apple devices not only are lacking the plugin pre-installed, but can't install it at all. The trouble with gif is that the format only shows 256 colors, meaning that you're color scheme is severely limited.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make animated images without using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


How can you include images in a webpage using HTML and Java script?

You would not need JavaScript to include an image. <img> in HTML can do the work of including.


How do you add images and graphic formatting to HTML files?

You can add images and graphics to HTML file by adding them in your project. Giving their path makes them into your HTML.


How do you put a picture in a website using HTML codes?

Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- <img src=your images name.jpg> (or .GIF or . PNG whatever type of image you are using)


How can you add music to a HTML web page when using notepad I want to know where to get some songs or music files from and where to go from there?

as far as i know you cant add music or moving images to a HTML format page for only java can hold moving images or sound. HTML is only a standard format page and can only hold still images or text


What is a link of documents images and sounds?

Anchor tag can be used to link different elements in HTML. Documents, sounds and images all can be linked using the anchor tag.


What is cellpadding in HTML?

It is the space between the cell border and the text or images inside the cell. The number provided is the space in pixels. In modern HTML, it is set using CSS declarations.


Advantage of using HTML?

That depends on the kind of HTML you are using. Most commands are fairly simple though.


How will you embed images in HTML page?

Embedding images is very simple task in HTML. Images make a webpage very creative and thus can be embedded by <img> tag.


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: <img src="myimage.jpg" />


What are the merits and demerits of using HTML to develop a website?

The biggest merit of HTML to develop a website is that it is required. You can not display a website without using some type of HTML, even when developing complex .NET pages.


In what type of business would you use HTML tags?

HTML Tags are not used only for one type of business or site, HTML is in EVERY SINGLE WEBPAGE. Without them, all you would see is text on a page. You need them to insert images, edit text, start paragraphs, etc. They can never be neglected no matter what type of business you have. If your web hosting site has tools allowing you to edit the page without going into HTML Coding, it still does not mean that HTML is a waste for you. When using these tools it simply is a quicker way of modifying HTML and adding HTML tags. Hope this helps!-jjshammas