<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>marquee tag example - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/marquee-tag-example/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/marquee-tag-example/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Thu, 27 Oct 2022 05:40:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>marquee tag example - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/marquee-tag-example/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is a marquee tag ?</title>
		<link>https://www.wikitechy.com/interview-questions/html/what-is-a-marquee-tag/</link>
					<comments>https://www.wikitechy.com/interview-questions/html/what-is-a-marquee-tag/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 05:40:15 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html marquee replacement]]></category>
		<category><![CDATA[html marquee tag]]></category>
		<category><![CDATA[html marquees]]></category>
		<category><![CDATA[html tag]]></category>
		<category><![CDATA[marquee element]]></category>
		<category><![CDATA[marquee html]]></category>
		<category><![CDATA[marquee tag attributes]]></category>
		<category><![CDATA[marquee tag example]]></category>
		<category><![CDATA[marquee tag in css]]></category>
		<category><![CDATA[the marquee tag in html]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=5067</guid>

					<description><![CDATA[In HTML it is used to create scrolling text or image in a webpage. It scrolls either from vertically top to bottom or bottom to top or horizontally left to right or right to left. The marquee element comes in pairs which means that the tag has opening and closing elements. The marquee is divided [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">In HTML it is used to create scrolling text or image in a webpage.</li>
<li style="text-align: justify;">It scrolls either from vertically top to bottom or bottom to top or horizontally left to right or right to left.</li>
<li style="text-align: justify;">The marquee element comes in pairs which means that the tag has opening and closing elements.</li>
<li style="text-align: justify;">The marquee is divided into two methods they are start (), stop ().</li>
<li style="text-align: justify;">Start () is used to start the scrolling of the Marquee Tag.</li>
<li style="text-align: justify;">Stop () is used to stop the scrolling the marquee tag.</li>
</ul>
<h2 id="syntax" style="text-align: justify;">Syntax</h2>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;marquee&gt;<br/>   &lt;--- contents ---&gt;<br/>&lt;/marquee&gt;</code></pre> </div>
<h2 id="sample-code" style="text-align: justify;">Sample Code</h2>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>    &lt;title&gt;Marquee Tag&lt;/title&gt;<br/>    &lt;style&gt;<br/>    .main {<br/>        text-align:center;<br/>    }<br/>    .marq {<br/>        padding-top:30px;<br/>        padding-bottom:30px;<br/>    }<br/>    .geek1 {<br/>        font-size:36px;<br/>        font-weight:bold;<br/>        color:blue;<br/>        padding-bottom:10px;<br/>    }<br/>    &lt;/style&gt;<br/>&lt;/head&gt;<br/> <br/>&lt;body&gt;<br/>    &lt;div class = &quot;main&quot;&gt;<br/>    &lt;marquee class=&quot;marq&quot; bgcolor = &quot;Pink&quot; direction = &quot;left&quot; loop=&quot;&quot; &gt;<br/>        &lt;div class=&quot;geek1&quot;&gt;Welcome to Wikitechy&lt;/div&gt;<br/>        &lt;div class=&quot;geek2&quot;&gt;Kaashiv Infotech&lt;/div&gt;<br/>    &lt;/marquee&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;                   </code></pre> </div>
<h2 id="output" style="text-align: justify;">Output</h2>
<p style="text-align: justify;"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-5068" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/marquee-tag-html.gif" alt="" width="1342" height="576" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/html/what-is-a-marquee-tag/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
