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>
2 Antworten
+ 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
+ 1
OK but can u show me some example