search
HomeWeb Front-endFront-end Q&AWhat are the four principles of text layout?

Four principles: 1. The principle of intimacy; if there is a relationship between elements, then they should also be visually related. 2. Alignment principle: Every element in the project must ensure a certain alignment relationship with other elements. 3. The principle of repetition; design elements must learn to reuse, making the design more unified and consistent, and strengthening the user's impression of use. 3. Comparison principle.

What are the four principles of text layout?

Text layout is the basic skill of a designer. It determines the style tendency of the entire page and is also the place that best reflects the design details.

Four major principles of text layout

##Principle 1: Intimacy

If elements are related to each other, then they should be related visually.

If the content is related, or there is a correlation in the understanding, then they should be placed close to each other during typesetting. Just like when we go to a party, we always look for people we are familiar with. People with strong correlations should be visually close.

What are the four principles of text layout?

▲You will easily find that the elements in the red box are related to each other because they are very close together. You wouldn't think that the content in the red box is related to the big picture on the left.

What are the four principles of text layout?

▲We can easily tell that the text under the picture is related to the picture. Just by looking at the picture, we can guess that they express the same information, and it is easy to know , the title corresponds to the content text next to it.

Principle 2: Alignment

What are the four principles of text layout?

▲Alignment is divided into: left alignment, center alignment, and right alignment.

a. For large paragraphs of text, do not have multiple alignment methods on one page, otherwise the page will look messy and there is no pattern to follow. It's best to use only one alignment method (all left, all right, or all center). But usually you don’t use center alignment unless you are already very skilled in layout design. For text information with only one line, the layout can be more flexible and find a reference for alignment.

What are the four principles of text layout?

▲The left-aligned layout looks very regular, concise and visually comfortable on the page. As for the big title that only displays one line, it can be flexibly adjusted according to the layout, but it is not without rules and still maintains an aligned relationship with the elements on the page.

What are the four principles of text layout?

▲If you must use center alignment, then treat the entire paragraph of text as a whole (the red box in the picture), and then align the whole paragraph to the left or right. This way the unity and coordination of the picture can still be maintained.

b. Every element in the project must ensure a certain alignment relationship with other elements. Just like people cannot live without society, the elements on the page cannot exist without the page. There must be a certain alignment relationship between each element and other elements.

What are the four principles of text layout?

#▲The seemingly randomly placed text also has a certain alignment relationship with other elements.

It should be noted that when many designers first start designing, in order to highlight the theme, the text is left-aligned, and the corresponding title is often centered-aligned. This is wrong, the title is directly related to the content. Be sure to avoid aligning differently from the text!

What are the four principles of text layout?

▲After you know the rules, you can also learn to break them (such as the red box). If the alignment on the page seems too deliberate, you can break the rigid feeling appropriately. . Even if you break the rules, they should be well-founded and applied flexibly.

Principle 3: Repeat

Design elements must learn to reuse, making the design more unified and consistent, strengthening the user’s impression of use, and also conducive to the design Teachers improve efficiency.

There are many elements that can be reused: fonts, colors, white spaces, symbols, layouts, lines... The reused elements may not be exactly the same, but there must be some kind of connection, here it is related to modularization Design thinking has different approaches but similar approaches.

What are the four principles of text layout?

(Try to find which elements are reused in the picture on the right)

▲But be careful not to repeat an element too much. For example, if you use one color of text or color blocks on a page, it will be difficult to find the key point. If you only use one main color, the page will be unavoidable. Seems too monotonous and boring. Learn to use this principle interchangeably.

Principle 4: Contrast

Contrast will make the page more attractive, prevent elements from being too similar, and at the same time open up the visual hierarchy and create focus. Common contrasts: size contrast, color contrast, density contrast, text and white space contrast, virtual and real contrast, thickness contrast, etc.

a. The key point of contrast is that it must be bold and strong! Don't be afraid! Don’t compare 28px text with 29px text. The sizes are too similar. To increase the contrast of text, it is best to increase it in multiples of 4. Generally, it is better to increase it by 2 times of 4, which is 8px. Many apps now use popular large titles, which can be appropriately larger to increase visual contrast.

What are the four principles of text layout?

▲ Elements that are not exactly the same must have a contrasting effect. Since they need to be compared, they must be completely different to make it clear at a glance and reduce the cost of filtering information for users.

b. Don’t be afraid to make some items small. This not only makes it easier to contrast with other items, but also allows more white space to highlight key content. If the reader is not interested, they will not read it even if you enlarge the font size. If they are interested, they will read it even if the font size is small. In design, we often encounter clients who ask us to make the font size larger and the logo larger. I'm afraid that others won't see it, which makes many designers distressed and unable to do anything. In the future, they will just use this principle to smash it, which is reasonable and well-founded. (But if it really doesn’t work, you have to be scared. After all, the job is more important)

tips:

Unless it is a title or decorative text, do not use special fonts and make sure the content is clear and easy to read. . Especially for large paragraphs of text, try to use basic fonts, such as bold or Song font, so that it will not be difficult to read.

For more related knowledge, please visit: PHP Chinese website!

The above is the detailed content of What are the four principles of text layout?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
React: The Foundation for Modern Frontend DevelopmentReact: The Foundation for Modern Frontend DevelopmentApr 19, 2025 am 12:23 AM

React is a JavaScript library for building modern front-end applications. 1. It uses componentized and virtual DOM to optimize performance. 2. Components use JSX to define, state and attributes to manage data. 3. Hooks simplify life cycle management. 4. Use ContextAPI to manage global status. 5. Common errors require debugging status updates and life cycles. 6. Optimization techniques include Memoization, code splitting and virtual scrolling.

The Future of React: Trends and Innovations in Web DevelopmentThe Future of React: Trends and Innovations in Web DevelopmentApr 19, 2025 am 12:22 AM

React's future will focus on the ultimate in component development, performance optimization and deep integration with other technology stacks. 1) React will further simplify the creation and management of components and promote the ultimate in component development. 2) Performance optimization will become the focus, especially in large applications. 3) React will be deeply integrated with technologies such as GraphQL and TypeScript to improve the development experience.

React: A Powerful Tool for Building UI ComponentsReact: A Powerful Tool for Building UI ComponentsApr 19, 2025 am 12:22 AM

React is a JavaScript library for building user interfaces. Its core idea is to build UI through componentization. 1. Components are the basic unit of React, encapsulating UI logic and styles. 2. Virtual DOM and state management are the key to component work, and state is updated through setState. 3. The life cycle includes three stages: mount, update and uninstall. The performance can be optimized using reasonably. 4. Use useState and ContextAPI to manage state, improve component reusability and global state management. 5. Common errors include improper status updates and performance issues, which can be debugged through ReactDevTools. 6. Performance optimization suggestions include using memo, avoiding unnecessary re-rendering, and using us

Using React with HTML: Rendering Components and DataUsing React with HTML: Rendering Components and DataApr 19, 2025 am 12:19 AM

Using HTML to render components and data in React can be achieved through the following steps: Using JSX syntax: React uses JSX syntax to embed HTML structures into JavaScript code, and operates the DOM after compilation. Components are combined with HTML: React components pass data through props and dynamically generate HTML content, such as. Data flow management: React's data flow is one-way, passed from the parent component to the child component, ensuring that the data flow is controllable, such as App components passing name to Greeting. Basic usage example: Use map function to render a list, you need to add a key attribute, such as rendering a fruit list. Advanced usage example: Use the useState hook to manage state and implement dynamics

React's Purpose: Building Single-Page Applications (SPAs)React's Purpose: Building Single-Page Applications (SPAs)Apr 19, 2025 am 12:06 AM

React is the preferred tool for building single-page applications (SPAs) because it provides efficient and flexible ways to build user interfaces. 1) Component development: Split complex UI into independent and reusable parts to improve maintainability and reusability. 2) Virtual DOM: Optimize rendering performance by comparing the differences between virtual DOM and actual DOM. 3) State management: manage data flow through state and attributes to ensure data consistency and predictability.

React: The Power of a JavaScript Library for Web DevelopmentReact: The Power of a JavaScript Library for Web DevelopmentApr 18, 2025 am 12:25 AM

React is a JavaScript library developed by Meta for building user interfaces, with its core being component development and virtual DOM technology. 1. Component and state management: React manages state through components (functions or classes) and Hooks (such as useState), improving code reusability and maintenance. 2. Virtual DOM and performance optimization: Through virtual DOM, React efficiently updates the real DOM to improve performance. 3. Life cycle and Hooks: Hooks (such as useEffect) allow function components to manage life cycles and perform side-effect operations. 4. Usage example: From basic HelloWorld components to advanced global state management (useContext and

React's Ecosystem: Libraries, Tools, and Best PracticesReact's Ecosystem: Libraries, Tools, and Best PracticesApr 18, 2025 am 12:23 AM

The React ecosystem includes state management libraries (such as Redux), routing libraries (such as ReactRouter), UI component libraries (such as Material-UI), testing tools (such as Jest), and building tools (such as Webpack). These tools work together to help developers develop and maintain applications efficiently, improve code quality and development efficiency.

React and Frontend Development: A Comprehensive OverviewReact and Frontend Development: A Comprehensive OverviewApr 18, 2025 am 12:23 AM

React is a JavaScript library developed by Facebook for building user interfaces. 1. It adopts componentized and virtual DOM technology to improve the efficiency and performance of UI development. 2. The core concepts of React include componentization, state management (such as useState and useEffect) and the working principle of virtual DOM. 3. In practical applications, React supports from basic component rendering to advanced asynchronous data processing. 4. Common errors such as forgetting to add key attributes or incorrect status updates can be debugged through ReactDevTools and logs. 5. Performance optimization and best practices include using React.memo, code segmentation and keeping code readable and maintaining dependability

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.