Page 1 of 1

Write a complete program using HTML, CSS, JavaScript that will display a table of 2 columns and 10 rows. The first colum

Posted: Sat Feb 19, 2022 3:22 pm
by answerhappygod
Write a complete program using HTML, CSS, JavaScript that
will display a table of 2 columns and 10 rows. The first column has
all the values from 1 to 10, and the second column contains the
square root of the values in the first column. Use a loop in your
answer. Give each odd row a different background color of your
choice.