Make a HTML document from the following information..
*Create a web page named "my teacher"
*set the top Margin and left Margin of the web page to 50 each
*set the background colour of the web page to Pink
*write the names of any six persons by using six different heading levels
*choose different colours for every name
*change the alignment of the heading after every two headings......
pls provide me the HTML text document
Answers
Answered by
94
<html>
<head>
<title> my teacher </title> </head>
<body topmargin="50" left margin= "50" bgcolor="pink">
<h1> <font color=" black"> kritika </font> </h1>
<h2> <font color=" green"> sharmishtha </font> </h2>
<h3 align= "right"> <font color= "blue"> priya </font> </h3>
<h4 align="right"> <font color=" yellow"> Anika </font> </h4>
<h5> <font color=" purple"> priyanka </font> </h5>
<h6> <font color= "grey"> anushri </font> </h6>
</body>
</html>
<head>
<title> my teacher </title> </head>
<body topmargin="50" left margin= "50" bgcolor="pink">
<h1> <font color=" black"> kritika </font> </h1>
<h2> <font color=" green"> sharmishtha </font> </h2>
<h3 align= "right"> <font color= "blue"> priya </font> </h3>
<h4 align="right"> <font color=" yellow"> Anika </font> </h4>
<h5> <font color=" purple"> priyanka </font> </h5>
<h6> <font color= "grey"> anushri </font> </h6>
</body>
</html>
keertisara:
I hope this answer will help you ....
Similar questions