If your Blogger or Coder then you have to Know How to use marquee tag in html

how Can we use marquee tag in html

If you know HTML and CSS, and want to create a web page. And you want your web page to be beautiful. And also be strong. So you can add the best marker to MARQUEE on your web page, so you can submit any text. However the MARQUEE tag does not support HTML5. However you can still add the MARQUEE tag to your web page. Here you will find all the attributes related to the marker and you will also be able to learn to use the marker. First, you see this example. And then you will be able to understand how this works.
Tag tag applies to only a few browsers such as: - chrome, firefox, internet explorer, safari etc.
<html>
<head>
<title>
marquee example
</title></head>
<body>
<marquee>Marquee used in my web page </marquee>
</body>
</html>
Marquee used on my web page
Marquee Attributes:-- We use Attributes to make our web page better.We use attributes, tell us position, color, style, speed, etc. tags. And you will also know that these qualities work. The following are the attributes used in the tags.
  • behavior
  • bgcolor
  • Direction
  • Scrollamount
1.Behavior:--  This is an excellent feature of the Marquee Tag. You can use this attribute to change your text.
You can tell where and where you went. This quality is easy to use. And the prices used for this are very simple. The prices used for these go as follows.
  • scroll
  • slide
  • alternate

Scroll :-- This tag is automatically generated, even if you do not use this tag, there will be no difference.
<marquee behavior="scroll"  bgcolor="skyblue" ><b>by default Scroll Example </marquee>
by default Scroll Example 
 Slide:--  With this tag, we adjust the text position. This means that if the text appears on the left, that text will stop on the right. Similarly, if the text appears at the top, it will stop at the bottom. If you use this attribute in your document and run it in a browser, the text you type will only go once. 
<marquee behavior="slide"  bgcolor="skyblue"><b>slide attribute example </marquee>
slide attribute example

alternate:-- We use this tag to make some submissions for any text. This means that if there is a text from the right side, after moving to the left side, you will again go straight to the right side. This process works differently.
<marquee behavior="alternate"  bgcolor="skyblue" scrollamount="30">Alternate example</marquee>
Alternate example

2.Bgcolor :--  You should have used this attribute for some time. Color in the back of the page. Therefore, it is also called bgcolor. When using this attribute, remember that you do not need to write the backgroundcolor, you will have to write its short name. See this syntax.
<marquee scrollamount="15" direction="right"  bgcolor ="skyblue" > Bgcolor example: skyblue</marquee>
Bgcolor example: skyblueLook at the example above carefully. You can change the color, text speed, directory.

3.Direction :-- 
HTML is not a sensitive language, so you can write any tag in uppercase or lowercase. To be directed means to show direction. This means that with the help of this feature, we can talk about the direction of the text in which direction the text will start. Where you will submit your text, the amount used for the following.
  • Left
  • Right
  • Up
  • Down

<marquee direction="right">Marquee direction example :Right</marquee>
Marquee direction example :RightIn the example above see how we apply the attributes to the Marquee marker.
You can check in your browser by typing left, right, up or down instead of setting your value:

Go here:---   For Online Practice of HTML
4.Scrollamount:--  We use this attribute to increase or decrease the moving speed of text.
Do not say you can handle text flow. You should have seen on many web pages that a certain text speed is slower and a certain text speed is faster. So you can control the speed of any text from here.
For Online Practice of HTML 
<marquee scrollamount="30"> Scrollamount example:speed 30 </marquee>
Scrollamount example:speed

Post a Comment

0 Comments