Wednesday, July 16, 2014

Marquee

its a nice tag that make a moving text just like how in tv news how you can see the news title moving in the bottom of the screen and most of websites use it to put a links of their new topics and articles
its very easy to use it so lets see it :)
<html>
<head>
</head>
<body>
<marquee behavior="scroll" direction="right"><a href="http:\\google.com>Google</a><h1>***</h1><a href="http:\\facebook.com\baseldex">My Facebook</a></marquee>
</body>
</html> 
*********************************
Marquee proprieties:
  1. behavio: it means how you want your marquee to act for example for scroll it'll go from the right to the left and then appear again from the right so whats other behavior:
  • Slide: this will make the marquee move and stop at the end of the web page or the div 
  • Alternate: this is very nice one because it'll go from the right to the left then to the right the marquee wont disappear it'll be in the webpage "you should try it if you didnt get it :D"
  • Scroll: we talked about this in our example but its has some other values which is values and this will determine from where the marquee will go or will come from so we should use its Directions:
  1. Up
  2. Left
  3. Right
  4. Down
  • you can put whatever you want in your marquee and i'm sorry i dont know what does it mean "the translating of it" but if you didnt get it now please just use it and i'm sure you'll like it and know what does it mean
Thank you Guys i hope you like my tutorials :)

No comments:

Post a Comment