Related articles: 9 practical tips for creating web content pages<br /> Page design 1. Before you start writing text, looking for images and making HTML tags, you should first organize the basic web page structure. If you don't have a fairly clear structure in mind when you start, you're almost certain to end up in a mess. Unload some of your favorite pages, check the HTML source file to see how it is written, and paste all or part of it into a test file to test it. Copying entire pages from someone else is plagiarism, but learning from someone else is research. 2. When people first come to your homepage, they are usually not looking for something worth reading. They may be looking for options, which in hypertext terms are words, images, buttons, etc. that can be clicked with the mouse. The next step is to read the text, select an option, press the mouse button, and repeat the process when the next page appears. The trick here is determining the appropriate ratio of key presses while reading. Provide too few options and visitors will find it boring, while provide too many and it may intimidate them. 3. If the page contains a large amount of information, you must determine the target readers before starting to design the page. It makes sense for novices or new visitors to have a fixed file structure and give instructions at the beginning. For example, a table of contents or some similar structure. If you are trying to satisfy readers who are at different levels of knowledge or experience, providing restrictive cues can allow some readers to skip the basics and get to the point. Consider readers at all levels when providing links. 4. Don’t overwhelm your readers. You don't have to clutter your web pages with sound and images, and don't make files so long that your readers have to wait for a long time while they load, so use images with caution: large images will obviously slow down the creation of the page, but so will many small images that need to be loaded sequentially. |
<<: JavaScript to achieve floor effect
Data cleaning (ETL) Before running the core busin...
Be careful when listening for events that are tri...
01. Command Overview dirname - strip non-director...
In order to improve user experience and ease of us...
Flex layout is a commonly used layout method nowa...
Table of contents Preface Six features of JSON.st...
First: First, confirm whether the server hardware ...
The previous three articles introduced common bac...
I was recently working on a comment feature that ...
The <input> tag The <input> tag is us...
Table of contents summary Basic Example motivatio...
There are two main reasons why it is difficult to...
Reproduce on Kali First set suid permissions for ...
On Saturday, the redis server on the production s...
Before reading this article, it is best to have a...