CodeLab
Show Output
 
 
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>Example of HTML Marquee tag</title>
6
</head>
7
<body>
8
    <p><marquee width="100%" behavior="scroll" bgcolor="green" >This is an example of html marquee </marquee></p>
9
 </body>
10
</html>                            
 

Share this example with Facebook, Twitter