实现代码为:
<div class="row">
<div class="column" style="float:left;width:75%">
<u>Consider the familiar child’s game of tic-tac-toe.</u> Because a skilled player can play so as never to lose, let us assume that we are playing against an <u>imperfect player</u>, one whose play is sometimes incorrect and allows us to win. For the moment, in fact, let us consider draws and losses to be equally bad for us. How might we <u>construct a player</u> that will <u>find the imperfections in its opponent’s play and learn to maximize its chances of winning</u>?
</div>
<div class="column" style="float:left;width:25%">
<img src="https://raw.githubusercontent.com/xxx/mypicbed/master/img/image-20201113112335555.png">
</div>
</div>
更多关于在Typora中写HTML的参考可见:
https://support.typora.io/HTML/