3 table(3 चा पाढा)
this website only made for study don't disturb please
Share this link
HTML51010.blogspot.com
Html
<!Doctype html>
<html>
<head>
<style type="text/css">
body{
background:aqua;
background-size:;
}
</style>
</head>
<body>
<script type="text/javascript">
var i,sum;
for(i=1;i<=10;i++){
document.write(i*3+"<br/>")
}
</script>
</body></html>
Comments