wRITE AN HTML CODE TO CALCULATE THE PERIMETER OF A RECTANGLE
Answers
Answered by
1
Answer:
Explanation:
HTML CODE IS NOT POSSIBLE TO TYPE HERE ...SORRY
Answered by
7
<HTML>
<Head>
<Title>
Perimeter of the rectangle
</Title>
<Body bgcolor="violet" textcolor="azure">
<p> To calculate the perimeter of a rectangle we have to twice the sum of its length and breadth.</p>
Perimeter=2*(length+breadth)<br>
</Body>
</Head>
</HTML>
Similar questions