Write an html code to calculate the area of a rectangle
Answers
Answered by
7
<HTML>
<Head>
<Title>
Area of a rectangle
</Title>
<Body bgcolor="blue" textcolor="black">
<p> Rectangle is a quadrilateral, in which the parallel sides are equal and all the angles are 90°. To calculate the area of a rectangle we have to multiply the length and breadth of the rectangle.</p>
Area=lenght×breadth<br>
</Body>
</Head>
</HTML>
Similar questions