Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Which site works better? One uses plain html and bigger tables, the other style sheets and small tables?

2 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    From the user's point of view, both pages are very similar. As it's written (with DreamWeaver, I'm guessing) the second page creates much more complex code.

    The right answer is (c) none of the above. Create the page in absolutely plain HTML (better yet XHTML strict) You do not need any tables for this design. Tables are not for layout, they are only for tabular data.

    Use CSS to set up the visual layout. You can get exactly the layout you wish, either through positionable CSS or the float attributes.

    Please see examples from my book:

    http://www.aharrisbooks.net/xfd

    It seems like a lot of work to learn it this way, but it will definitely pay off. Your pages will be better-looking, will work in more browsers, and will be easier to maintain and update. You'll also be prepared for the next step when you use programming languages to make your page do more. When you get there, you need to be able to code HTML by hand.

    Good Luck!

    Source(s): HTML / XHTML / CSS All in One for Dummies
Still have questions? Get your answers by asking now.