Difference between revisions of "Web page layout"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) |
||
Line 4: | Line 4: | ||
Web page layout is a fundamental area of [[web design]]. | 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 == | == See also == | ||
Line 9: | Line 15: | ||
* [[Cascading Style Sheets]] | * [[Cascading Style Sheets]] | ||
* [[Composition (visual arts)]] | * [[Composition (visual arts)]] | ||
+ | * [[HTML]] | ||
* [[Page layout]] | * [[Page layout]] | ||
+ | * [[Tableless page layout]] | ||
* [[Web design]] | * [[Web design]] | ||
* [[Web page]] | * [[Web page]] |
Revision as of 10:12, 9 February 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.