Computer Science, asked by chauhanreetu673, 1 day ago

Create a HTML Document and do the following:
1. Create a title inside a head tag named "My India"
2. Create a body having background colour "lightblue"
3. Create a Level 2 Header only for the name"My India" having the font color red, then move this text in the alternate behavior from left direction and a scroll amount of 5.
4. Create a Paragraph and align it to the center having font color Brown and size 10, bold then do the following:
a) Write any five major rivers of India in each line and move them in left and right alternatively with behavior scroll and scrollamount 10
5. Create a Paragraph align to left and having the font size 8, color lightgreen, Do the following:
a) Create a marquee tag contains "By your name" and move in direction up with a height of 250, behavior alternate and scrollamount 5.
6. Create a Paragraph and align it to the center.
a)Create a level 2 header , with font color brown and size 5, then Write your name

NO SPAM I WILL REPORT WRONG ANSWER. (DO IT ON 1 HTML PROGRAM

Answers

Answered by grandgamerz016
2

Answer:

<HTML>

<BODY BGCOLOR="LIGHTBLUE">

<TITLE>MY INDIA</TITLE>

</BODY>

</HTML>

     

Explanation:

Similar questions