HTML Layout
HTML Layouts Using Tables
<html>
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<td width="50%" valighn="top">
This is some text. This is some text.
</td>
<td width="50%" valighn="top">
Another text, Another text
</td>
</tr>
</table>
</body>
</html>
HTML Layouts Using Tables
<html>
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<td width="50%" valighn="top">
This is some text. This is some text.
</td>
<td width="50%" valighn="top">
Another text, Another text
</td>
</tr>
</table>
</body>
</html>
No comments:
Post a Comment