Computer Science, asked by silentkiller4, 1 year ago

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 keertisara
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>

keertisara: I hope this answer will help you ....
silentkiller4: thank you very much
keertisara: my pleasure......
silentkiller4: but for evry name the colours should be different
keertisara: I have done it..... see the answer again....
silentkiller4: you are awesome
silentkiller4: thank you very much
silentkiller4: you helped a lot in my project
keertisara: welcome......
keertisara: hello
Similar questions