
HTML code to generate an odd-Magic Square:
Magic Square is an arrangement of consecutive numbers such that the sum of elements of each column each row and along the diagonals are the same.
An odd sized magic square can be generated by using javascript
HTML part is:
<html>
<head>
<title>MAgic...