search
HomeWeb Front-endHTML Tutorial[Design Frontier] Things junior web designers need to pay attention to_html/css_WEB-ITnose

I’m honored that today is the last day of July. I haven’t summarized my work for a long time, so I’ll take this opportunity to talk about it today. The preliminary content covers several aspects:

(1) How junior designers can do a good job in web design.

(2) How junior designers communicate with users

(3) How junior designers can improve themselves.

(1) How to do good web design for beginners

On the Internet, we usually see a lot of works by design masters. The colors and layouts look very comfortable, and the white space is just right. The most important thing is the layout design. It doesn't seem that complicated. It seems that you can draw it just by opening PS, but is this really the case? The answer can only be known in practice. In actual development and design, what is important is not only the technical level of the designer, but also the comprehensive ability. Junior designers should start from the basic requirements of the web page when designing, and do not aim too high and make some inappropriate design drafts. What are the basic requirements for web design?

1. The business process is clear

No matter how ugly the website is, users should know what the website is for, but the business process is usually unclear in low-fidelity prototypes With a detailed description, what the designer has to do is to further integrate the process into the page and make the process simpler and easier to operate through visual elements. Therefore, the most important thing for designers in this step is to understand the needs and business structure of the website, and integrate the page information.

2. The hierarchical relationship of font size is clear

After the preliminary design draft is drafted, there must be a design specification. The first thing to talk about here is the hierarchical relationship of font size. The relationship must be clear, such as title font size, color selection, secondary title font size, etc. A clear font hierarchical relationship is helpful to clarify the hierarchical relationship of website content. If done casually, the page will become confusing and it will bring great trouble to HTML writing.

3. The spacing and size between elements should be standardized

4. The style meets the content requirements of the website

Impact on the website The biggest factor in style is color matching. After the basic elements are designed, color matching can often affect the success or failure of the design. The basic function of color matching is to determine the style of the website, highlight key elements, and generally speaking, it can guide the user's vision. How to match colors is a profound knowledge, so I won’t go into details here.

(2) How junior designers communicate with users

Here are a few examples of my communication with clients for entertainment.

Customer: Why are the spacings of these two pages different?

Xiao Ming: I neglected it. I’ll adjust it.

(You must learn to accept objective problems. If you do something irregular, you must correct it in time)

Customer: This 14px font is too big, change it to 12px.

Xiao Ming silently took a screenshot of a Baidu Wenku picture to the customer: This is 14px, do you need to change it?

(Sometimes facts can convince customers more than empty words)

Customer: This color is too light, try something more lively.

This is a kindergarten website. Xiao Ming thought about it and came up with two plans: Which one do you think is better?

(Let customers have a choice, never ask them: What color do you think is better?)

No matter what the problem, we must give customers an open mind, be low-key but persistent The impression of principle is that you cannot ignore customers, but you cannot be led away by them either. In fact, the purpose of designers and clients is the same. They both hope to make the visual experience of the website better, so designers do not need to be at odds with their clients, let alone themselves.

(3) How junior designers can improve themselves.

Since I don’t have much time, I will write briefly. The most important thing in junior web design is to comply with the web page specifications and not be too casual or fancy. To put it simply, it looks like a regular website, rather than a patchwork of things. of. But as time goes by, if designers are still revising non-standard design drafts every day, they have no intention of making progress. At this time, we can think about what color style can better set off the style of the website, what kind of pictures can better convey the website information, whether the banner image of the website needs to be designed, how to design the banner, etc.

Speaking of picture design, you need knowledge of graphic design, so there is a popular view now that a good web designer must also be a good graphic designer. This sentence is very reasonable, especially for large-scale designers. Picture website, background picture design determines the success or failure of the entire website design.

After learning the above knowledge, we can think about the typesetting and layout of the website, such as absolute symmetry or relative symmetry, up and down columns or left and right columns, these all need to be considered.

Speaking of the website design department, let’s not talk about user experience issues. Designers can’t always work behind closed doors. It will be beneficial to listen to other opinions. Good night.

Author: The beginning of the matter

Sign: As long as you are still working hard, it is not a failure.

Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

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
What is the difference between an HTML tag and an HTML attribute?What is the difference between an HTML tag and an HTML attribute?May 14, 2025 am 12:01 AM

HTMLtagsdefinethestructureofawebpage,whileattributesaddfunctionalityanddetails.1)Tagslike,,andoutlinethecontent'splacement.2)Attributessuchassrc,class,andstyleenhancetagsbyspecifyingimagesources,styling,andmore,improvingfunctionalityandappearance.

The Future of HTML: Evolution and TrendsThe Future of HTML: Evolution and TrendsMay 13, 2025 am 12:01 AM

The future of HTML will develop in a more semantic, functional and modular direction. 1) Semanticization will make the tag describe the content more clearly, improving SEO and barrier-free access. 2) Functionalization will introduce new elements and attributes to meet user needs. 3) Modularity will support component development and improve code reusability.

Why are HTML attributes important for web development?Why are HTML attributes important for web development?May 12, 2025 am 12:01 AM

HTMLattributesarecrucialinwebdevelopmentforcontrollingbehavior,appearance,andfunctionality.Theyenhanceinteractivity,accessibility,andSEO.Forexample,thesrcattributeintagsimpactsSEO,whileonclickintagsaddsinteractivity.Touseattributeseffectively:1)Usese

What is the purpose of the alt attribute? Why is it important?What is the purpose of the alt attribute? Why is it important?May 11, 2025 am 12:01 AM

The alt attribute is an important part of the tag in HTML and is used to provide alternative text for images. 1. When the image cannot be loaded, the text in the alt attribute will be displayed to improve the user experience. 2. Screen readers use the alt attribute to help visually impaired users understand the content of the picture. 3. Search engines index text in the alt attribute to improve the SEO ranking of web pages.

HTML, CSS, and JavaScript: Examples and Practical ApplicationsHTML, CSS, and JavaScript: Examples and Practical ApplicationsMay 09, 2025 am 12:01 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML is used to build web page structure; 2. CSS is used to beautify the appearance of web pages; 3. JavaScript is used to achieve dynamic interaction. Through tags, styles and scripts, these three together build the core functions of modern web pages.

How do you set the lang attribute on the  tag? Why is this important?How do you set the lang attribute on the tag? Why is this important?May 08, 2025 am 12:03 AM

Setting the lang attributes of a tag is a key step in optimizing web accessibility and SEO. 1) Set the lang attribute in the tag, such as. 2) In multilingual content, set lang attributes for different language parts, such as. 3) Use language codes that comply with ISO639-1 standards, such as "en", "fr", "zh", etc. Correctly setting the lang attribute can improve the accessibility of web pages and search engine rankings.

What is the purpose of HTML attributes?What is the purpose of HTML attributes?May 07, 2025 am 12:01 AM

HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

How do you create a list in HTML?How do you create a list in HTML?May 06, 2025 am 12:01 AM

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use