Sunday, July 14, 2013

Text marquee hspace and vspace using

<html>

<body>

<marquee width="25%"bgcolor=yellow>
Howdy there!<P>
Good to see ya!
</marquee>
Hi There!<BR><BR>

<marquee hspace=10 width="25%"bgcolor=yellow>
Howdy there!<P>
Good to see ya!
</marquee>
Hi There!<BR><BR>

<marquee hspace=50 width="25%"bgcolor=yellow>
Howdy there!<P>
Good to see ya!
</marquee>
Hi There!<BR><BR>


Hello.
<marquee bgcolor=yellow>
Howdy there!<P>
</marquee>
Hi There!<BR><BR>

Hello.
<marquee vspace=10 bgcolor=yellow>
Howdy there!<P>
</marquee>
Hi There!<BR><BR>

Hello.
<marquee vspace=50 bgcolor=yellow>
Howdy there!<P>
</marquee>
Hi There!<BR><BR>


<h3>You are watching a Scrolling Texts with hspace and vspace</h3>

</body>
</html>
Result:
Howdy there!Good to see ya! Hi There!

Howdy there!Good to see ya! Hi There!

Howdy there!Good to see ya! Hi There!

Hello. Howdy there! Hi There!

Hello. Howdy there! Hi There!

Hello. Howdy there! Hi There!

You are watching a Scrolling Texts with hspace and vspace






No comments: