Difference between revisions of "Tableless web design"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 8: Line 8:
  
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
 +
* [[Page layout]]
  
 
==  External links ==
 
==  External links ==
  
* [[https://en.wikipedia.org/wiki/Tableless_web_design Tableless web design]] @ Wikipedia
+
* [https://en.wikipedia.org/wiki/Tableless_web_design Tableless web design] @ Wikipedia

Revision as of 09:39, 9 February 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