Difference between revisions of "Web page layout"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
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.

Revision as of 10:20, 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:

JavaScript also commonly play a role.

See also