Webの森.com


<html>
<head>
<title>見難いコード例</title>
</head>
<body>
<font size="4" color="#ff0000">文字列です</font>
<table>
<tr><td>
テーブルです
</td></tr>
</table>
</body>
</noframes>
</html>


<html> <head> <title>見やすいコード</title> </head> <body> <font size="4" color="#ff0000">文字列です</font> <table> <tr><td> テーブルです </td></tr> </table> </body> </html>