Multiplication Tables(1-9)

A feedback for the above project displaying ( Multiplication Tables from 1-9) will be really helpful and can anyone help me how to align the bullet points properly.

Thank You,
Ayesha

If you are trying to make the right side look the same as the left side, you will need to add the following to your CSS:

li {
  list-style-type:none;
}

and change the in-line styling of the td with id=“table2” to the following:

text-align:left;
1 Like

@camperextraordinaire Thank You very much for your reply. It really helped me.