Skip to content

Commit

Permalink
ASSIGNMENT DAY - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
srinjoy-26 authored Jan 29, 2022
1 parent 0b1ad0c commit 536ff19
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script style="font-size: 50px;">
var a = prompt("Enter the number","");
for(i=1 ; i<=10 ; i++){
document.write("<div>");
document.write(a + "x" + i + "=" + i*a);
document.write("</div>");
}
</script>

</head>
<body>

</html>

0 comments on commit 536ff19

Please sign in to comment.