Difference between revisions of "Web page layout"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
Line 14: Line 14:
  
 
* [[Bootstrap grid]]
 
* [[Bootstrap grid]]
 +
* [[Box model (CSS)]]
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
 
* [[Composition (visual arts)]]
 
* [[Composition (visual arts)]]

Revision as of 09:47, 25 April 2016

Web page layout is page layout for web pages.

Description

Web page layout is a fundamental area of web design.

HTML and CSS

Web page layout is largely determined by HTML, Cascading Style Sheets, and web content.

JavaScript also commonly play a role.

See also