Difference between revisions of "Tableless web design"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 13: Line 13:
  
 
* [https://en.wikipedia.org/wiki/Tableless_web_design Tableless web design] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Tableless_web_design Tableless web design] @ Wikipedia
 +
 +
[[Category:Cascading Style Sheets]]
 +
[[Category:Web design]]
 +
[[Category:Web design and development]]

Latest revision as of 09:52, 24 April 2016

Tableless web design (or tableless web layout) is a web design philosophy prohibiting the use of HTML tables for page layout purposes.

Description

Instead of HTML tables, style sheet languages such as Cascading Style Sheets (CSS) are used to arrange elements and text on a web page.

See also

External links