Computer Science, asked by Anonymous, 11 months ago

hey guys.❤❤.!!


please tell me ..

how to use ..marquee ..?

......✌✌.

Answers

Answered by Poiuytrew02
1

<marquee>Your text

The Marquee HTML Tag. The <marquee> element was used to identify text that should move across a defined section of a webpage in a horizontal or vertical direction. The element has been deprecated and should no longer be used. CSS or JavaScript can be used to create similar effects.

Attachments:
Answered by Anonymous
1

Answer:

Marquee is an HTML tag. But HTML is not allowed in Brainly if you will use it, then your answer and question will be deleted.

But Your answer is here...

1.  &lt;!DOCTYPE html&gt; </p><p>&lt;html&gt; </p><p> </p><p>&lt;head&gt; </p><p> &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; </p><p> &lt;title&gt;Simple Marquee&lt;/title&gt; </p><p>&lt;/head&gt; </p><p> </p><p>&lt;body&gt; </p><p> </p><p> &lt;marquee&gt; </p><p>  &lt;h1&gt;Test Marquee&lt;/h1&gt; </p><p> &lt;/marquee&gt; </p><p> </p><p>&lt;/body&gt; </p><p> </p><p>&lt;/html&gt;

2. &lt;!DOCTYPE html&gt; </p><p>&lt;html&gt; </p><p> </p><p>&lt;head&gt; </p><p> &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; </p><p> &lt;title&gt;Marquee scrollamount&lt;/title&gt; </p><p>&lt;/head&gt; </p><p> </p><p>&lt;body&gt; </p><p> </p><p> &lt;marquee scrollamount="20" behavior="alternate"&gt; </p><p>  &lt;h1&gt;Moving scrollamount&lt;/h1&gt; </p><p> &lt;/marquee&gt; </p><p> </p><p>&lt;/body&gt; </p><p> </p><p>&lt;/html&gt;

3. &lt;!DOCTYPE html&gt; </p><p>&lt;html&gt; </p><p> </p><p>&lt;head&gt; </p><p> &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; </p><p> &lt;title&gt;First HTML&lt;/title&gt; </p><p>&lt;/head&gt; </p><p> </p><p>&lt;body&gt; </p><p> </p><p> &lt;marquee onmouseover="this.stop();" onmouseout="this.start();"&gt;Mouse over and release&lt;/marquee&gt; </p><p> </p><p>&lt;/body&gt; </p><p> </p><p>&lt;/html&gt;

*When you click on the 3rd marquee, it will stop moving.

Attachments:
Similar questions