HTML Page with Table

Basic HTML Page with 3 Column Table


This code also has the basic html code for a web page.



< html>
< head>< title>Title of Page Here< /title>< /head>
< body>
table code is here
< /body>
< /html>


This template has a Title of Page and a Footer that each are one column,
and a content area that has 3 columns.


Title of Page

Heading 1Heading 2Heading 3
Table cell 1Table cell 2Table cell 3
Footer of Page





No comments:

Post a Comment

Leave A Comment