超初心者 だから html P51 ソース

HTML’s Docs 超初心者 だから html P51 ソース

You are currently viewing a revision titled "超初心者 だから html P51 ソース", saved on 2023年7月6日 7:33 PM by fittingmind
タイトル
超初心者 だから html P51 ソース
コンテンツ
<html>
<head><title>sample</title></head>
<body>
<center>
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr>
<td colspan="2" width="100%" height="50" valign="top" bgcolor="#3498db">
ヘッダー
</td>
</tr>
<tr>
<td width="200" align="center" valign="top" bgcolor="#e67e22">
メニュー
</td>
<td width="560" valign="top" bgcolor="#2ecc71">
コンテンツ<br>
<img src="spacer.gif" width="1" height="350">
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#95a5a6">
フッター
</td>
</tr>
</table>
</center>
</body>
</html>
抜粋
脚注


Old New Date Created Author Actions
2023年7月6日 10:33 AM fittingmind