Saturday 26 February 2022

HTML document for Marquee tag

 MARQUEE TAG

Code :

<!doctype html>

<html>

    <head>

       <title>The marquee tag</title>

    </head>

    <body>

        <h1>The marquee tag</h1>

        <p>The HTML &#60marquee&#62 tag is used for scrolling piece of text or image displayed either horizontally across or vertically down your web site page depending on the settings.

        </p>

        <p><b>Example :</b></p>

        <marquee scrolldelay="100" direction="left" bgcolor="cyan" >This is basic example of marquee</marquee>

        <marquee scrolldelay="200" direction="up" bgcolor="deeppink" height="300px">

        The marquee text with the up direction..

        </marquee>

    </body>

</html>

Web View :



Come again Learn again !

< iCodeBuzz />

No comments:

Post a Comment