interactive_design/web_design

test html

jisunlee 2010. 3. 15. 12:06

<html>
<head>
<title>My web Site</title>
</head>

<body>
    <table width=600 border=0 cellspacing=0 cellpadding=0>
        <tr>
            <td colspan=3><img src="img/logo.jpg" widh=600></td>
        </tr>
        <tr>
            <td colspan=2 width=400><img src="img/could.jpg"></td><td width=200><a href="http://visualcommunication.tistory.com/"><img src="img/blog.jpg" border=0></a></td>
        </tr>
        <tr>
            <td align=center width=200><img src="img/a.jpg"><br>title 01</td><td align=center width=200><img src="img/b.jpg"><br>title 02</td><td align=center width=200><img src="img/c.jpg"><br>title 03</td>
        </tr>
    </table>
</body>
</html>