Difference between revisions of "Web page layout"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) |
||
Line 7: | Line 7: | ||
== HTML and CSS == | == HTML and CSS == | ||
− | Web page layout is largely determined by [[HTML]] | + | 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:
- HTML
- Cascading Style Sheets
- The CSS Box model in particular
- Web content
JavaScript also commonly play a role.