Pages

Subscribe:

Ads 468x60px

Monday, December 5, 2022

how to use marquee tag in html

 hyper text markup language is a very basic language in web programming to design rich and expensive content.

Here is the code you just need to copy and past it to see the effect of this marquee tag.

<pre class="brush:html">     

<marquee direction="up">This text will scroll from bottom to top</marquee>


<marquee behavior="alternate" direction="down" height="200" style="border: solid;" width="250">

  <marquee behavior="alternate"> This text will bounce </marquee>

</marquee>

     
This text will scroll from bottom to top


   This text will bounce 

No comments:

Post a Comment