|
Tables can mean a lot of different things in different contexts. There's an html tag called table, that's meant for displaying tabular data - something that should look more or less like a spreadsheet. Those don't have anything to do with multi-page sites.
A site with two pages is just like a site with one page ... you just take out the content, use "save as" in your favorite editor, and then fill in new content. That keeps the look consistent across pages ... finally you create some type of navigation structure, like a menu, to let people get around.
It's really a very broad question; you'd do well to look at w3schools to fill in the gaps that you're not sure about.
|