Html Telugu Tutorials || Part-8 || Marquee Tag with Attributes ||

Html Telugu Tutorials || Part-8 || Marquee Tag with Attributes ||

Html Telugu Tutorials || Part-8 || Marquee Tag with Attributes ||

Marquees

  • An HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down your webpage depending on the settings.
  • This is created by using HTML <marquee> tag.

Syntax

A simple syntax to use HTML <marquee> tag is as follows:

<marquee attribute_name=”attribute_value”….more attributes>One or more lines or text message or image</marquee>

Program 1:-


<html>

<head>

<title>HTML marquee Tag</title>

</head>

<body>

<marquee>This is basic example of marquee</marquee>

</body>

</html>


Extra Practical Output:-

durgaprasad

leave a comment

Create Account



Log In Your Account