-->
Toneysoft Blog

*We are Inspire Our Technology,* Blogging, Tutorial,Download,Widget,Windows phone android Apps,Web design,Seo, Outsourcing,Antivirus ...

Latest Post Toneysoft blog:

Featured post

How to get 1000 up Visitor per video on your Youtube channel Make Money part 2

How to get 1000 up Visitor per vidos On your You Tube Visitor and And Money Money Hidden Tips Toneysoft :  উপরের টাইটেল দেখে হইত বুজ...

no image
  • Post Title : WEB DESIGN TUTORIAL HTML THE LAST PART OF PART-021 FULL WEB DESIGN HTML
  • Posted By :
  • Category:
  • Rating : 100% based on 10 ratings. 10 user reviews.
    | Post views: Viewed
Item Reviewed: WEB DESIGN TUTORIAL HTML THE LAST PART OF PART-021 FULL WEB DESIGN HTML 9 out of 10 based on 10 ratings. 9 user reviews.
WEB DESIGN TUTORIAL HTML THE LAST PART OF PART-021 FULL WEB DESIGN HTML

Like the Post? Do share with your Friends.

WEB DESIGN TUTORIAL HTML THE LAST PART OF PART-021 FULL WEB DESIGN HTML

At first, Thank  for my all Post Readers. Today HTML Full parts 20 post.( Full Web design tutorial To Html )  This is Full HTML Web Page in the Tutorial. you can learn a full HTML web design it. I hope so. Let's start...
Today's Subject is HTML Marquees Tag



HTML Marquees Tag

An HTML marquee is a scrolling piece of text displayed either horizontally
across or vertically down your webpage depending on the settings. This is
created by using HTML <marquee> tag.
Note: The HTML <marquee> tag may not be supported by various browsers
so it’s not recommended to rely on this tag, instead you can use Javascript
and CSS to create such effects.

Syntax

A simple syntax to use HTML <marquee> tag is as follows:


<marquee attribute_name="attribute_value"....more attributes>
One or more lines or text message or image
</marquee>

The <marquee> Tag Attributes

Following is the list of important attributes which can be used with
<marquee> tag.


AttributeDescription
  widthThis specifies the width of the marquee. This can be a value
like 10 or 20% etc.
   heightThis specifies the height of the marquee. This can be a value
like 10 or 20% etc.
  directionThis specifies the direction in which marquee should scroll.
This can be a value like up, down, left or right.
  behaviorThis specifies the type of scrolling of the marquee. This can
have a value like scroll, slide and alternate.
  scrolldelayThis specifies how long to delay between each jump. This will
have a value like 10 etc.
 scrollamount This specifies the speed of marquee text. This can have a value
like 10 etc.
  loopThis specifies how many times to loop. The default value is
INFINITE, which means that the marquee loops endlessly.
  bgcolorThis specifies background color in terms of color name or
color hex value.
  hspaceThis specifies horizontal space around the marquee. This can
be a value like 10 or 20% etc.
 vspaceThis specifies vertical space around the marquee. This can be
a value like 10 or 20% etc.


Below are few examples to demonstrate the usage of marquee tag.

Example – 1




<!DOCTYPEhtml>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee>This is basic example of marquee</marquee>
</body>
</html>
This is basic example of marquee



0 Comments
Disqus
Fb Comments
Comments :

No comments:

Post a Comment

Copyright © 2015 Toneysoft Blog All Right Reserved
^