Introduction to the Grammar Special Effects of the Image Web Marquee

 The simple text marquee may not meet your needs. In fact, in addition to the text, the web marquee can also add the effect of pictures! This article briefly introduces how to add image effects to the marquee. It should be noted that the source of the image must be able to display correctly. It is best to store the image in your own server, because the image files of some websites are forbidden to be externally connected, even at home. It can’t be displayed normally on your webpage.


The picture syntax is very simple, you can write it like this: <img src="picture URL">. Combine this grammar with the marquee and you can!

Picture marquee program grammar
<marquee><img  src="Image URL"></marquee>
Rendering effect
Since we don’t have special setting parameters, the pictures move according to the browser’s default way. Please refer to the relevant reading instruction to learn how to set the marquee parameters, including the marquee’s speed, running direction, length, width and Running behavior and other settings.

Post a Comment

0 Comments