- 追加された行はこの色です。
- 削除された行はこの色です。
- html は削除されています。
- html の差分を削除
<html>
<head>
<link rel="stylesheet" type="text/css" href="2.css">
<style type="text/css">
<!--
table {
border-collapse : collapse;
}
td {
border : 1px solid black;
}
td.tekitou {
border-top : 1px solid black;
border-bottom : 1px solid black;
border-left : 1px solid black;
border-right : none;
}
-->
</style>
</head>
<body bgcolor="ffffff">
<br>
<div align="center">
<table border="0" style="border:1px solid black;">
<tr>
<td bgcolor="ffffff" width="220" >
<img src="logo2.jpg" width="220" height="55">
</td>
<td bgcolor="ffffff" class="tekitou">
aaa
</td>
</tr>
<tr>
<td width="400" align="center" bgcolor="ffffff" colspan="2">
絵とか?
</td>
<td width="400" align="center" bgcolor="ffffff">
最新の記事
</td>
</tr>
<tr>
<td align="center" bgcolor="ffffff" colspan="2">
<br><br>
</td>
<td align="center" bgcolor="ffffff">
<br><br>
</td>
</tr>
</table>
</div>
</body>
</html>