-->

HTml with marquee tag

Let's look at following example to understand better about marquee tag.
----------------------------------------------------------------------------------------------------
<html>q
<head>
<title>
understanding marquee tag 
</title>
</head>
<body>
<marquee direction="right" behavior="scroll"  bgcolor="green" >
<!--direction is right,in scroll an dbcakground color green
-->
my text
Impact
Tab Completion allows quickly completing words by pressing the tab key. When enabled, pressing Tab will expand the text to the left of the cursor into the best match, using Sublime Text's fuzzy matching algorithm.
</marquee>

<br>
<H4>second parAGRAPH<H4>
<marquee direction="left" behavior="slide" bgcolor="SKYBLUE">

Tab Completion is enabled by default.
</marquee>
</p>

</body>
</html>

 

No comments:

Post a Comment