SEOSIKHO 04:01:00
Hello


You can create scrolling display using <marquee> tag.


SYNTAX

<marquee attribute_name="attribute_value"....more attributes>
text message or image
</marquee>


Example 

1  Open Notepad  and Paste the below code.

  <!DOCTYPE html >
<html>
<body>

Read More

<marquee>You can create scrolling display.</marquee>

</body>
</html>

Output:


You can create scrolling display.

Share this

Related Posts

Previous
Next Post »