Instruction
create a web page named as my teachers
set the top margin and left margin for web page to 50 each
set background colour of the webpage to pink
write the names of any six teachers of yours using six different headling levels
choose different colours for every name
change the alignment of headings after every 2 headings
please make a syntax
Answers
Answered by
29
<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>
Similar questions