Page Layouts and Content Containers Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers concepts related to content containers, floating layouts, and the comparison between fixed and flexible website page layouts.

Last updated 3:00 AM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Content Container

A self-sufficient block of content that spans the full width of a page, useable on more than one page, and scales responsively; according to ia.net, it corresponds to any malleable space where content can be inserted.

2
New cards

Floating Layout

A content container or set of containers removed from the normal flow of the current webpage or content container, allowing it to have a different set of governing properties while remaining part of its parent page.

3
New cards

CSS float property

The specific property used to employ a floating layout within internal site files or through CMS features.

4
New cards

CMS

Stands for Content Management System; a platform where content containers are created revolving around posts (articles) and pages using administrational features.

5
New cards

Screen resolution

A factor considered when choosing layouts because websites must accommodate being viewed on different mediums with various display capabilities.

6
New cards

Browser choice

A consideration in web development to ensure a website can accommodate different existing web browsers used for Internet surfing.

7
New cards

Browser window preferences

A factor acknowledging that not all visitors surf the Internet on a browser window occupying 100%100\% of the viewable space, often preferring windowed browser windows of varying sizes.

8
New cards

Hardware

The physical specifications of a visitor's device that can determine whether a website is heavy to view or accessible.

9
New cards

Fixed Layout

A property of a website to be displayed on a fixed size or resolution, forcing visitors to view a website in a certain, singular way using absolute values.

10
New cards

Absolute values

Specific numerical values, such as 200200, used for the size and resolution of content containers in a fixed layout.

11
New cards

Flexible Layout

A layout style that allows a website to be displayed on varying window sizes and resolutions, using percentage or non-absolute values.

12
New cards

Non-absolute values

Values such as 50%50\% or "medium" used for the size and resolution of content containers to allow adjustment to user preferences or cross-platform compatibility.

13
New cards

White space

The area that must be managed in a fixed layout when viewed on larger resolutions or monitor sizes to keep content static and uniform.

14
New cards

Normal flow

The standard progression of a webpage's layout from which a floating layout is removed.