Above the Fold
Above the fold refers to the portion of a page visible before the user scrolls.
The exact area varies by viewport size, browser interface and device. Important context and primary actions are often placed early, but page design should not assume one universal fold position.
What the first visible screen needs to accomplish
The exact area varies by viewport size, browser interface and device. Important context and primary actions are often placed early, but page design should not assume one universal fold position. In practical terms, Above the Fold belongs to the structure and interaction layer. Knowing that layer is important because it tells you what the term can change, what it cannot change, and where to look when something behaves unexpectedly.
Establishing purpose before the first scroll
The first visible screen can establish what the page is, who it is for and the main next step without trying to cram the entire page into one viewport.
Where viewport height changes the opening composition
You do not need to memorize the term in isolation. It becomes useful when you can recognize it in the tool, browser, file or conversation where the concept is doing real work.
The Fold is not a fixed line
Above the fold refers to the portion of a page visible before the user scrolls. By contrast, The viewport is the area of a web page that is currently available for presentation in the browser or other user agent. The two can appear in the same project, but they describe different parts of the work and should not be used as interchangeable labels.
The mistake: cramming the whole page into one screen
The common mistake is to use Above the Fold as if it also meant Viewport. That blurs two separate decisions and usually sends troubleshooting in the wrong direction. A better test is practical: Do not optimize only for an arbitrary fold line; device heights vary and users scroll when the opening gives them a reason to continue.
Why the opening should create a reason to continue
In day-to-day work, Above the Fold matters when the concept needs to be identified precisely instead of being grouped with a nearby term. The practical value is not the vocabulary itself; it is being able to identify the right control, file, setting or decision when the concept becomes relevant.
The first visible screen can establish what the page is, who it is for and the main next step without trying to cram the entire page into one viewport. That example is useful because it turns the definition into something you can recognize, test and discuss with other people working on the same project.
Related terms worth learning next
Sources and further reading
Use these references when you need documentation-level detail, specifications or product-specific behavior beyond the plain-English explanation above.