Computer Science, asked by aditya1234563, 4 months ago

Write HTML tags to set the top margin and left margin of webpage to 60 each and set the background colour to yellow.​

Answers

Answered by donj8287
0

Answer:

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

Explanation:

Similar questions