Marquee Tag
It is a container tag it’s start tag is <marquee> and end tag is </marquee>. Marquee tag in Html is unique to internet explorer it displays to content as a money text. The attribute of the marquee tag is –
- Behavior- Behavior attribute sets the motion type of the text with in the rangtangularspace set assign for the marquee tag. The value can be ulternate scroll or slide.
- Bgcolor- The attribute establish the color for the rectangles space reserve for the marquee tag. Bgcolor in html also use in body to change the colour of full webpage.
- Direction- We scroll direction specify the scrolling direction of the text direction can be up, down, right and left.
- Height and Width- It tag renders it as rectangular space on the page, we can over write the default size of then rectangle by assigning value to the height and width attribute.
- Loop- A No set of No of time the marquee tag text scroll it’s contents after the final scroll the container main in a fix position.
- Scrolldelay- Mili record increasing the scroll delay value shows the scroll speeds and decreasing the value make scrolling to go faster.
Example-
<marquee behavior=”scroll” direction=”left” width=”100” height=”10” scrolldelay=”1000” loop=”5” bgcolor=”white”> Scholar Study Solution </marquee>

Using Background image
Using the Background image the background attribute allows us to specify the Background space, the general attribute format as follows <Body background =”pink“>
Div Tag
The Div tag in html is used for apply alignment and style characterstics to only section of a document with multiple tags.
Example –
<Div>
<p> Scholar Study Solution</p>
<p> Scholar Study Solution</p>
<p> Scholar Study Solution</p>
</Div>

Output

Note- You can use Nested Div with CSS classes.
Address Tag
The address tag in html is used to define a signature block for we it may contain copyright Information, contact details of the company etc. Are placed at the foot of the web page. The address should be placed immediately after the last line of the textual information of the web page. However, it could be placed any where in the body of the document the text type within there address tag appears in italic.
Example-
<address>
Scholar Study Solution <BR>
Kashipur
</address>