I'm having a problem to represent below physics equation using just HTML tag
So, How to represent above equation into HTML without using mathjax...?? Thanks in advance :)
I have tried this code :
<table>
<tbody>
<tr>
<td rowspan="2">A sin ω( t - </td>
<td style="border-bottom:solid 1px">x</td>
<td> )</td>
</tr>
<tr>
<td>v</td>
</tr>
</tbody>
</table>
But I don't know how to make it works