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 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.
0 comments:
Post a Comment