Some questions about hyperlinks

Some questions about hyperlinks
<br />I am very happy to participate in this episode of potato chip party and meet a few friends~~Unexpectedly, today I have to summarize
We discussed three topics in this potato chip meeting :
A. How to make it easier for “users” to identify hyperlinks?
B. Do hyperlinks have to be underlined?
C. Is it a button or a link?
1. How to make it easier for “users” to identify hyperlinks?
It feels like a link, but it also feels like no link. We looked at a few examples together.
Sina:

Some are underlined in red, some are not underlined in red, and some are underlined in blue. This gives people the feeling that everything can be clicked and there are links everywhere. But the interface is very aesthetically pleasing.
Yahoo:

In the picture, 1, 3, and 4 are all links, but 2 is the main text and cannot be linked. At first glance, it is difficult to tell which is a link and which is not, until you move the mouse over them, you suddenly realize what they are.
Although this default approach of not underlining makes the overall interface very beautiful, it increases the difficulty of distinguishing. I don't know what to do when I look around.
Amazon:

Amazon's website links are handled very cleverly. The main text contains links, and the non-linkable parts are in black text, while the linkable parts are underlined in blue. In addition, its categories are not underlined, but everyone thinks that categories do not need to be underlined.
Everyone agrees with Amazon's approach.
After discussion, no unanimous conclusion was reached, but there were some relatively consistent tendencies, such as categories do not need underscores. To distinguish links clearly, the simplest way is to use blue underline. For a website, if underlining is not used, links and non-links must be distinguished by different colors, and the colors of links should be the same.
Previous Page 1 2 Next Page Read Full Article

<<:  Example statements for indexes and constraints in MySQL

>>:  HTML table tag tutorial (33): cell vertical alignment attribute VALIGN

Recommend

How to reset your Linux password if lost

1. The startup menu is to move the cursor to the ...

Detailed explanation of the MySQL MVCC mechanism principle

Table of contents What is MVCC Mysql lock and tra...

What are inline elements and block elements?

1. Inline elements only occupy the width of the co...

Use simple jQuery + CSS to create a custom a tag title tooltip

Introduction Use simple jQuery+CSS to create a cus...

Summary of MySQL 8.0 memory-related parameters

Theoretically, the memory used by MySQL = global ...

A brief discussion on value transfer between Vue components (including Vuex)

Table of contents From father to son: Son to Fath...

Install centos7 virtual machine on win10

1. Download VMware Workstation 64 version https:/...

MySQL 5.7.18 installation tutorial and problem summary

MySQL 5.7.18 installation and problem summary. I ...

A brief discussion on the efficiency of MySQL subquery union and in

Recent product testing found a problem that when ...

Pure CSS to implement iOS style open and close selection box function

1 Effect Demo address: https://www.albertyy.com/2...

An IE crash bug

Copy code The code is as follows: <style type=...

JavaScript BOM Explained

Table of contents 1. BOM Introduction 1. JavaScri...