Friday, 13 October 2017

How to add moving text in html with the help of marquee tag .

In this blog we will see how to add moving text in html with the help of marquee tag, you can do so by following the  steps given  below.

Step 1: Go to notepad and type the given codes below.



 <!DOCTYPE html>
 <html>
 <head>
 <title> moving text </title>
 </head>
 <body>

 <div style="color:green;">
 <marquee>Hello World !!!</marquee>
 </div>

 </body>
 </html>


Step 2: Save the file in .html extension and run.
Share:

0 comments:

Post a Comment