0
これは私の初めてのHTML体験です。私は、テーブル内で作成していることを行うにはHTML - テーブルの中央で左揃えにするにはどうすればいいですか?
:私はこのような結果を再現することを目指しています。私は、コード開発の開始時だが、これはだった私がこれまでに得た:
<body>
<table id="container" style="width: 98%;">
<table id="header" border="1" align="center" cellpadding="0" cellspacing="0" style="width: 100%;">
<td valign="top" align="center">
TODO
</td>
</table>
<table id="content" border="1" align="center" cellpadding="0" cellspacing="0" style="width: 100%;">
<td valign="top" style="text-align: center">
<h2 align="center" style="line-height: 40%; font-family: 'Roboto';">Beginner's Guide to Web Development</h2>
<p align="center" style="line-height: 35%; font-family: 'Roboto';">Curious about web development but not sure where to start?</p>
<p align="center" style="line-height: 35%; font-family: 'Roboto';">Or maybe you just need to brush up on some of the basics.</p>
<p align="center" style="line-height: 35%; font-family: 'Roboto';">Our new Beginner's Guide to Web Development has you</p>
<p align="center" style="line-height: 35%; font-family: 'Roboto';">covered! Read through it now to explore (or rediscover) the</p>
<p align="center" style="line-height: 35%; font-family: 'Roboto';">foundations of web dev.</p>
</td>
</table>
<table id="footer" border="1" align="center" cellpadding="0" cellspacing="0" style="width: 100%;">
<td valign="top" align="center">
TODO
</td>
</table>
</table>
、結果は次のとおりです。
ので
、どのように整合させることができその赤い線をたどっているが、降水がないテキスト?
OBS:私はstyle
タグを使用するには、悪い習慣ですけど、目的は任意の電子メールアプリケーションで読み取ることができるコードを開発することです。