Thursday 12 January 2017

Lecture 2.1 - Marquee tag & Hr Tag

Marquee Tag:-

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 <marquees> tag.

Syntax:-

<marquee attribute_name="attribute_value"....more attributes>

One or more lines or text message or image

</marquee>

Hr Tag:-

The HTML <hr> tag is used for creating a horizontal line. This is also called Horizontal Rule in HTML.