Difference between revisions of "Web page layout"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→See also) |
||
(4 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]] | + | 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]] | ||
Line 23: | Line 31: | ||
* [[Web page]] | * [[Web page]] | ||
+ | [[Category:Web design]] | ||
[[Category:Web design and development]] | [[Category:Web design and development]] | ||
[[Category:Visual arts]] | [[Category:Visual arts]] |
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:
- HTML
- Cascading Style Sheets
- The CSS Box model in particular
- Web content
JavaScript also commonly play a role.