In this blog we will see how to add moving text in html which get bounce at the end of the page with the help of marquee tag, you can do so by following the given steps below.
Step 1: Go to notepad and type the given codes below.
<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee behavior="alternate">
This is an example text,it will bounce.
</marquee>
</body>
</html>
Step 2: Save the file in .html extension and run.
Step 1: Go to notepad and type the given codes below.
<!DOCTYPE html>
<html>
<head>
<title>HTML marquee Tag</title>
</head>
<body>
<marquee behavior="alternate">
This is an example text,it will bounce.
</marquee>
</body>
</html>
Step 2: Save the file in .html extension and run.
0 comments:
Post a Comment