Maths page


This page will be used to test accessing table data and doing basic maths

The goal is to use the previous examples of geting data from divs, use it to get the :
1. data in the 1st column,
2. the operand in the 2nd column
3. the data in the 3rd column
4. do the calculations
5. compare the result with the data in the 5th column
6. check the = symbol

This is div 1 (id="1stTable")

10
+
10
=
20


This is div 2 (id="2ndTable")

5
-
1
>
3


This is div 3 (id="3rdTable")

5
+
1
=
7