You can get multiple information about programing.

How letters starts moving/MARQUEE in html??? - Programming info

How letters starts moving/MARQUEE in html???

LEARN COMPLETE HTML AND CSS CODIND WITH US

HOW MARQUEE TAG USED IN HTML

Letters starts moving in html by marquee tags as given:

<marquee bgcolor=red direction=left>

This is basis tag which you can add in your HTML page .This tags can be informative to you that you can use the marquee tag in blogging website template .Marquee tag is beautiful to design your webpage. lets see practice:
        <html>
        <head>
         <title>

          ---------then close tag 

         </title>
         </head>
         < body >
         <marquee bgcolor=red direction=left>Amazing letters starts moving.
        </marquee>
        Then close this tag as
           </body>
            </html>
            In bgcolor we can put any color which we want and in direction ,we can write as right ,left ,up ,and down.
               you can do practice by coping this tags on notepad that is compolsery on each PC.
Next Post Previous Post