好的,我找到了一个更好的方法来做你正在做的事情。没有额外的 CSS,只是一些表格魔法。
<table><tr><td>
<div style="float:left;">Substitute 4 for 'x' in the equation: </div></td>
<td> <div style="float:left">
<div style="border-bottom:1px solid;font-size:small;text-align:center;">x<sup>2</sup> + 3x + 5</div>
<div style="font-size:small;text-align:center;">2x</div>
</div></td>
</tr>
</table>
表格自动居中对齐:D
如需更多文字,请添加更多<td>
s。将文本<td>
和数学<td>
分开。<tr>
为新行添加另一个。
<table><tr><td>
<div style="float:left;">Substitute 4 for 'x' in the equation: </div></td>
<td> <div style="float:left">
<div style="border-bottom:1px solid;font-size:small;text-align:center;">x<sup>2</sup> + 3x + 5</div>
<div style="font-size:small;text-align:center;">2x</div>
</div></td>
<td>. If you feel bored, solve this as well:</td>
<td> <div style="float:left">
<div style="border-bottom:1px solid;font-size:small;text-align:center;">y<sup>2</sup> + 3x+5y<sup>5</sup> + 5</div>
<div style="font-size:small;text-align:center;">1000</div>
</div></td>
</tr>
<tr>
<td>
<div style="float:left;">Substitute 4 for 'x' in the equation: </div></td>
<td> <div style="float:left">
<div style="border-bottom:1px solid;font-size:small;text-align:center;">x<sup>2</sup> + 3x + 5</div>
<div style="font-size:small;text-align:center;">2x</div>
</div></td>
<td>. If you feel bored, solve this as well:</td>
<td> <div style="float:left">
<div style="border-bottom:1px solid;font-size:small;text-align:center;">y<sup>2</sup> + 3x+5y<sup>5</sup> + 5</div>
<div style="font-size:small;text-align:center;">1000</div>
</div></td>
</tr>
</table>