Search results

  1. D

    How would I create a table like this in HTML?

    <table border="1"> <tr> <td rowspan="2">text here</td> <td>text here</td> <td>text here</td> </tr> <tr> <td colspan="2">text here</td> </tr> </table> You will need to mess with the cell sizes to make it look exact, but its the correct format.
  2. D

    One more Physics Question :)?

    arc length = central angle in radians * radius arc length = 30(pi/180) * 4.1m = 2.15 m arc length = 30 * 4.1m = 123 m arc length = 2pi * 4.1m = 25.76 m hope this helps
Back
Top