I have the following HTML:
<table style="width: 686px;" border="1"><tbody><tr><td style="width: 351px;height: 120px;">One thing presented in the clip that was surprising or interesting:</td>
<td style="width: 321px;height: 120px;"></td>
</tr><tr><td style="width: 351px;height: 120px;">One thing I didn’t understand:</td>
<td style="width: 321px;height: 120px;"></td>
</tr><tr><td style="width: 351px;height: 120px;">Any vocabulary that I want to know:</td>
<td style="width: 321px;height: 120px;"></td>
</tr><tr><td style="width: 351px;height: 120px;">One thing that reminded me of something that I already know:</td>
<td style="width: 321px;height: 120px;"></td>
</tr></tbody></table>
Unfortunately, the resulting Word document has the <td> height set by the content instead of the specified values. I can confirm that viewing the HTML shows the sizing correctly.