answersLogoWhite

0

What is tableless CSS?

User Avatar

Anonymous

16y ago
Updated: 8/16/2019

A "Tableless Layout" is a layout idea, where you do not use tables on your webpage, but rather, CSS positioning (Such as, forcing certain elements to display at certain coordinates) to make organized webpages.

In the web development and design area, "developers" who still use tables (or frames) to layout their webpages are commonly mocked. If at all, HTML tables should only be used to display raw data. CSS positioning is much cleaner and much easier to manipulate.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Does the Answers.com website use CSS positioning?

Yes, the Answers.com website uses a tableless CSS design. So all positioning is done using CSS.


How can Cascading style sheets be used for developing a unique website style?

CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the colors, fonts, and layout. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). You can see the examples of CSS in the following website which contains the standardized websites made with CSS... www.cssmania.com


What are the advantages and disadvantages of CSS?

The advantages of using CSS include: more precise formatting, separation of HTML content from appearance, saves time, easier site maintenance, and web accessibility. Some disadvantages to using CSS include, inconsistent browser support and large initial time commitment. In all honesty, though in terms of web design, for long term use, for expandability, and for ease of making changes as well as being respected by fellow web designers you should use CSS. The advantages greatly overshadow the disadvantages.


What is css and deffrent type of css?

css


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


What is CSS when referred to in the U.S. military?

CSS refers to Confederate States Ship as in the name CSS Shenadoah.CSS refers to Confederate States Ship as in the name CSS Shenadoah. In computer terms CSS is a Cascading Style Sheet.


What are the strict rules of html5?

CSS


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you download css 1.5?

Because there is no CSS 1.5 and CSS is not down loadable. CSS2.1 and partly supported CSS 3.0 are what you need to learn. Any downloads would be a tutorial of CSS in a PDF/ZIP or some format. See... CSS Tutorials might help you.