Saturday, August 14, 2010

Uses of special symbols in HTML Programm

<html>
<head>
<title>Use of Special Symbols</title>
</head>
<body>
<h4 slign="center">Presentation of MTHEMATICS</h4>
<p>
&#9658; The radius of the base of cone is 7 cm and its slant height is 10 cm.
Find the area of lateral surface of the cone<br><hr>
<b> Solution : </b><br>
&#9658; </b>here radius r=7 cm and Slant height l=10 cm<br>
&nbsp;&nbsp;&nbsp; Lateral surface area of cone = &#928; * r * l<br>
&nbsp;&nbsp;&nbsp;=22/7 * 7 * 10<br>
&nbsp;&nbsp;&nbsp;=220<br>
</body>
</html>

No comments:

Post a Comment