What is marquee? and what those it do and his function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is marquee? and what those it do and his function

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .clr_cls { background-color: green; color: yellow; } </style> </head> <body> <tr> <font><span><h3><marquee><th>center for unity and social awareness</th> </marquee> <h3></span></font> </tr> <div class="clr_cls"> <table border="1"> <caption>some of our courses</caption> <tr> <th>course name</th> <th>lesson </th> <th>quizzes </th> </tr> <tr> <th>mabdulrasheed440</th>

19th Aug 2019, 4:10 PM
Abdulrasheed Musa Ahmad
2 Answers
+ 1
Marquee is used to scroll the sentence written within the tags to vertical or horizontal according to the use keyword. But it's deprecated and obsolete from the new web version chrome and other web browser. Use css property instead of marquee https://stackoverflow.com/questions/31951282/why-is-marquee-deprecated-and-what-is-the-best-alternative
19th Aug 2019, 4:30 PM
Misha
+ 1
OK but can u show me some example
20th Aug 2019, 5:28 AM
Abdulrasheed Musa Ahmad