Prompt method and opening method of hyperlink a_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:45:58
Original
1561 people have browsed it

Countless information on the Internet is essentially composed of HTML documents, which are connected to the entire Internet through links. This is just like how bones and flesh are to the human body. Only through meridians can they be connected in series to form a complete human body.
The tag seems to be the most basic, but it is a crucial and indispensable tag in HTML documents. This tag is a link between pages and acts as a bridge. This bridge also appears in various ways on the page. Different websites decorate it in different ways, but the ultimate goal is the same - to give users a more intuitive and humane interface. Link tips. The
tag can set different prompt methods and different opening methods in HTML documents. This article only provides a brief analysis of these two aspects. Welcome to add more information.
Link prompt method:
1. The text is colored and underlined: This is the default link prompt method of the browser, which can clearly tell the user where there are links to click and where there are no links. Many websites use this default link prompt method, such as Sina and Sohu. However, this link prompt method is very inappropriate when it appears on the news list page. The text in the news list page basically belongs to the title, which means that it has clickable links. Since the text on the entire page is If the link is clickable, it seems completely unnecessary to use this method to prompt the link, and the entire page is underlined, which will cause serious visual fatigue. This method appears on content pages with few links, and can effectively complete the task of prompting the links themselves;

2. The text is colored but not underlined: This is the way many websites currently use link prompts on news list pages. This method is very suitable for news list pages, as it removes the annoying underlines on the entire page. There are also many websites that apply this prompt method to content pages because it highlights the difference between link text and content text. However, in my opinion, this method is not as good as the previous method when applied to content pages;
3. The text has no color or underline: This is another link prompt method used in news list pages. Since the text on the entire page is linkable, it seems that the text with or without color can be ignored, because it has no special meaning, except for using colored text to beautify the page. There are also some websites that apply this prompt method to content pages, such as the content page of Paopao.com. This requires moving the mouse over the link text to prompt the linkability by changing the color of the text and underlining it. The premise of using this prompt method on the content page is that the link is only a possibility for the content itself. None of the accessories;
4. The underline is a dotted line: This is a very special prompt method, which is basically used in the pop-up layer advertising link in the content page.
In my opinion, the best link prompt method is: the news list page does not display underlines, and the link text on the content page displays underlines. As for whether the link text should be colored, it mainly depends on the design of the page.
How to open the link:
1. Jump to the current page: This is also the default link opening method of the browser. Compared with popping up a bunch of tabs or browser windows, jumping to the current page is undoubtedly the most concise and comfortable, and naturally it has become the default opening method of the browser. However, this is not the case in practical applications. If the link is on the news list page, then jumping to the current page is not a big problem, but if the link text is on the content page, then jumping to the current page seems very unreasonable. Jumping to the current page means that the browser The current data will be discarded, but the link text on the content page is mixed in a large section of content. It is a logical link that gives relevant information about the current text. Users will naturally click to view relevant information when reading the link text. This is impossible. After reading the full text, click on the link text to jump;
2. Pop-up page jump: This is the safest and most commonly used way to open links. Using this opening method for link text in the content page will not affect the user's current reading behavior to the greatest extent, while ensuring the smoothness of the user's access to information while providing relevant information to the maximum extent;
3. Pop-up layer display: This opening method is generally used for a brief explanation of the current link text, and of course is also used for the display of advertisements.
What kind of link opening method has a certain impact on users, but the greater impact comes from the unity of the link opening method. Similar link methods use a unified current page jump or a pop-up page jump. , at most it only affects whether the user can use it smoothly, but if the same link is opened by jumping to the current page and jumping to the pop-up page, what it brings to the user is not whether the operation is smooth, but how the user feels confuse.
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!