3. Create an html page containing the polynomial expression as follows ao + a1x+ a2x2 + a3 x3

 

Program :

 

<html>

<head>

</head>

<body>

   

<h2><large><center>

a<sub><small>0</small></sub>

+a<sub><small>1</small></sub>

x+a<sub><small>2</sub></small>

x<sup><small>2</small></sup>

+a<sub><small>3</small></sub>

x<sup><small>3</small></sub>

</center><large></h2>

</body>

</html>






No comments:

Post a Comment