- 1
Code not working
Hi So i made a program for a animation in HTML But it does not work please help <html> <body background="img/b.jpg" width="100%"> <br><br><br><br><br><br><br><br><br><br><br><br><br><br> <marquee direction="right"><img src="img/b.jpg" width="15%"/></marquee> </body> </html
3 ответов
0
Make Sure the image link is valid...
The link for image is not correct for here.
Check this :
<html>
<body >
<br><br><br><br><br><br><br><br><br><br><br><br>
<marquee direction="right"><img src="http://www.sololearn.com/images/tree.jpg" alt="" width="45%"/></marquee>
</body>
</html>
Edit:
See this to add image
https://www.sololearn.com/discuss/1325165/?ref=app
0
ty
- 1
I already given example code.
copy paste and check that code..
What else you taking about...?