Top Ad unit 728 × 90

Libreoffice

Libreoffice Writer

HTML Marquee Tags in Hindi and English

 

Marquee Tags


 

HTML में <marquee> टैग का उपयोग वेबपेज में स्क्रॉलिंग टेक्स्ट या इमेज बनाने के लिए किया जाता है। यह या तो क्षैतिज रूप से बाएं से दाएं या दाएं से बाएं या लंबवत ऊपर से नीचे या नीचे से ऊपर तक स्क्रॉल करता है।


The <marquee> tag in HTML is used to create scrolling text or image in a WebPages. It scrolls either from horizontally left to right or right to left or vertically top to bottom or bottom to top.


Image Marquee


web page पर image को slide करते हुए move करना है | तो marquee tag का use कर सकते है |


<marquee> <img src="img.jpg" width="100" height="100"> </marquee>

 

Text Marquee


web page पर Text को slide करते हुए move करना है | तो marquee tag का use कर सकते है |


<marquee> AD Computer Campus</marquee>

 

Direction Attribute

 

Direction Attribute के द्वारा हम अपने Text या Image का एक पर्टिकुलर Direction Provide कराते है जिससे हमारा Text या Image उसी Direction मे Move करता है।


Through the direction attribute, we provide a particular direction of our text or image, so that our text or image moves in the same direction.

 

UP


इस direction का use करने से हमारा text या image ऊपर की तरफ move करना शुरू कर देता है |


By using this direction, our text or image starts moving upwards.

 

<marquee direction="up"> AD Computer Campus</marquee>

<marquee direction="up"> <img src="img.jpg" width="100" height="100"> </marquee>

 

Down


इस direction का use करने से हमारा text या image निचे की तरफ move करना शुरू कर देता है |


By using this direction, our text or image starts moving downwards.

 

<marquee direction="left"> AD Computer Campus</marquee>

<marquee direction="left"> <img src="img.jpg" width="100" height="100"> </marquee>

 

Left


इस direction का use करने से हमारा text या image left side की तरफ move करना शुरू कर देता है |


By using this direction, our text or image starts moving towards the left side.


<marquee direction="down"> AD Computer Campus</marquee>

<marquee direction="down"> <img src="img.jpg" width="100" height="100"> </marquee>

 

Right


इस direction का use करने से हमारा text या image right side की तरफ move करना शुरू कर देता है |


By using this direction, our text or image starts moving towards the right side.


<marquee direction="right"> AD Computer Campus</marquee>

<marquee direction="right"> <img src="img.jpg" width="100" height="100"> </marquee>


HTML Marquee Tags in Hindi and English Reviewed by ADcomputercampus on July 01, 2022 Rating: 5

No comments:

Contact Form

Name

Email *

Message *

Powered by Blogger.