课程: HTML: Tables

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Display data semantically

Display data semantically - HTML教程

课程: HTML: Tables

Display data semantically

- The concept of semantics has a rough history on the Web. When the Web was first moving into the commercial space in the mid 1990s, CSS was so new that it was unavailable in the browser. Therefor, styling was very much a part of HTML. Webpage layouts were pretty much limited to two methodologies. We could layout webpages using frames an old methodology since deprecated by the W3C. This led to unsightly scroll bars all over webpages, so it wasn't necessarily the best looking approach. Or, there was a second approach, which heavily influenced the web world for the next 10 years or so. In his book, "Creating Killer Websites", published in 1996, David Siegel advocated avoiding the use of most standard HTML tags and using tables for layout. Combined with spacer GIFs and nesting tables many layers deep, this methodology became our first method for layout on the Web. It was so popular you'll still see websites that use it today. Unfortunately, there are huge problems with using tables for…

内容