: This article mainly introduces the preparation before designing the web page. if you are interested in the PHP Tutorial, please refer to it. There are many factors that determine the appearance of a webpage.
1. Background
The setting of the background affects the appearance of the entire page, and also limits the color scheme of the entire page.
2. framework
The design of the framework should be practical, and the content of the webpage should be clearly displayed, as well as convenient user operations.
3. color
Poor color matching is the easiest mistake for new users. new users use simple and bright colors to clearly highlight all parts of the information.
This is precisely the result of failure to make a good-looking web page. therefore, do not make practical and colorful web pages unless you really need them.
The next step is to design web pages.
Create a website first to define the style of the entire website to determine the background
Then there is the design framework, such:
Then there is the color scheme. This requires the idea of using the brain. of course, you can use ps to design the overall website,
Then write the code, but it requires that Photoshop be used, which is troublesome and generally used in professional website design,
The color can also be left at the end. design the webpage first, and then adjust the color as needed.
I have used it for a short time and it is relatively simple. you just need to know about it.
The above describes the preparations before the design of the web page, including the content, hope to be helpful to friends who are interested in the PHP Tutorial.