How to animate using html codes
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Sawan Kasare 4 years, 8 months ago
- 1 answers
Related Questions
Posted by Sarvagya Thakur 1 year, 2 months ago
- 1 answers
Posted by Manya Sharma 1 year, 2 months ago
- 0 answers
Posted by Ishika Rathore 1 year, 2 months ago
- 1 answers
Posted by Ananya Ps 1 year, 2 months ago
- 2 answers
Posted by Raju Tandan 1 year, 1 month ago
- 1 answers
Posted by Account Deleted 2 months, 3 weeks ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 4 years, 8 months ago
To add an animated image in HTML is quite easy. You need to use the <image> tag with the src attribute. The src attribute adds the URL of the image. Also, set the height and width of the image using the height and width attribute. The HTML <marquee> tag defines a scrolling text area in the HTML document that moves across the page in a horizontal or vertical direction. By default, text found within the <marquee> tag will scroll from right to left. The <marquee> tag has been deprecated in HTML5 and should no longer be used.
1Thank You