Open In App

How to embed Scrolling Text Banners in New Google Sites ?

In this article, we will be using the marquee tag. To learn more about this tag follow this article.



To add scroll text banners in a Google site website select embed option from the insert panel and then go to embed code division of the dialogue box appeared.



Write your code in the space provided. To add a simple banner use this code:




<html>
  
<body>
    <marquee font style="bold" scrolldelay="100">
        <font size="5" face="Verdana">
            <font color="ForestGreen">Geeks For Geeks
    </marquee>
</body>
  
</html>

Now you can also set border, or change the direction, or run image with the text with simple modifications in HTML code, especially in the marquee tag.

Article Tags :