Difference between revisions of "Web page layout"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
== HTML and CSS ==
 
== HTML and CSS ==
  
Web page layout is largely determined by [[HTML]], [[Cascading Style Sheets]], and [[web content]].
+
Web page layout is largely determined by:
 +
 
 +
* [[HTML]]
 +
* [[Cascading Style Sheets]]
 +
** The [[Box model (CSS)|CSS Box model]] in particular
 +
* [[Web content]]
  
 
[[JavaScript]] also commonly play a role.
 
[[JavaScript]] also commonly play a role.
Line 14: Line 19:
  
 
* [[Bootstrap grid]]
 
* [[Bootstrap grid]]
 +
* [[Box model (CSS)]]
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
 +
* [[Centering (CSS)]]
 
* [[Composition (visual arts)]]
 
* [[Composition (visual arts)]]
 +
* [[Grid (graphic design)]]
 
* [[HTML]]
 
* [[HTML]]
 
* [[Page layout]]
 
* [[Page layout]]

Latest revision as of 12:03, 9 May 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:

JavaScript also commonly play a role.

See also