Write the output for the following program.
< Html >
< Head >
< Title > for statement
< Head >
< Body >
< script language= "java Script" type = "text / JavaScript")
var nol= prompt ("p'ease enter table you want:", "0");
document write '< h2 > multiplication for your need < /h2 >")
for (Var no2= 0; n02< = 10; no2++)
{
document write (nol+ "x"+no2+"=i'+ nol +
no2 + "< br >);
< /scrlpt >:
< /body >
< /Html >