Skip to content

Commit 1491fa6

Browse files
authored
[Edit] UI/UX: Placeholders
* [Edit] Placeholders: Context and Forms * Update placeholders.md * Update placeholders.md ---------
1 parent 8472c9b commit 1491fa6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

content/uiux/concepts/placeholders/placeholders.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Title: 'Placeholders'
33
Description: 'Placeholders are used to represent high-fidelity content such as text, images, and videos.'
44
Subjects:
55
- 'Web Design'
6+
- 'Web Development'
67
Tags:
78
- 'UI'
89
- 'UX'
@@ -11,4 +12,25 @@ CatalogContent:
1112
- 'paths/front-end-engineer-career-path'
1213
---
1314

14-
When creating [sketches](https://www.codecademy.com/resources/docs/uiux/sketching) or [wireframes](https://www.codecademy.com/resources/docs/uiux/wireframe), [low-fidelity](https://www.codecademy.com/resources/docs/uiux/low-fidelity) **placeholders** are used to represent [high-fidelity](https://www.codecademy.com/resources/docs/uiux/high-fidelity) content such as text, images, and videos. [Wireframe elements](https://www.codecademy.com/resources/docs/uiux/wireframe-elements) are an example of placeholder content. Indicating the use and placement of an element, without emphasis on how the content will appear visually, is what placeholders achieve.
15+
When creating early-stage [sketches](https://www.codecademy.com/resources/docs/uiux/sketching) or [wireframes](https://www.codecademy.com/resources/docs/uiux/wireframe), [low-fidelity](https://www.codecademy.com/resources/docs/uiux/low-fidelity) **placeholders** are used to represent [high-fidelity](https://www.codecademy.com/resources/docs/uiux/high-fidelity) content such as text, images, and videos. [Wireframe elements](https://www.codecademy.com/resources/docs/uiux/wireframe-elements) serve as placeholder content, indicating the use and placement of an element without emphasizing its final visual appearance.
16+
17+
## Purpose of Placeholders in Design
18+
19+
Placeholders help designers and stakeholders focus on layout and interaction flow without getting distracted by details such as final copy or image styling.
20+
21+
They are often used in:
22+
23+
- Low-fidelity wireframes to represent headings, paragraphs, and buttons using grey boxes or "lorem ipsum" text.
24+
- Content planning sessions to mark where dynamic or pending assets (such as videos or embedded charts) will go.
25+
- Prototyping when functionality needs to be tested before assets are finalized.
26+
27+
## Types of Placeholders
28+
29+
Common forms of placeholders include:
30+
31+
- **Text placeholders:** Generic copy such as “Headline here” or “Lorem ipsum” to represent future body content.
32+
- **Image placeholders:** Grey boxes or icons marked with an 'X', a camera symbol, or image dimensions (e.g., 800×600).
33+
- **UI component placeholders:** Blocks or lines indicating future dropdowns, tabs, or carousels in a layout.
34+
- **Loading placeholders (skeleton screens):** Shimmering or animated blocks displayed while real data is being fetched — often used in modern web applications.
35+
36+
> **Note:** Skeleton screens are a special category of placeholders focused on perceived performance rather than structural design.

0 commit comments

Comments
 (0)