Web Design Principles of Hyperlinks

Web Design Principles of Hyperlinks
<br />Related articles: 9 practical tips for web content page creation 4 practical tips for web page design 9 tips for web page layout Tips on HTML format and long files for web page creation<br /> Link 1. Even though you have made a beautiful homepage as an entry point, others may give links to specific pointers or sub-pages within your masterpiece. It makes sense to give these new visitors some clues as to where they are and why they are here.
2. Use navigation icons throughout, especially the "Back to Home" link. For example, at the top (or bottom) of each page there is a small string of icons, the first one goes back to the home page, the second one goes back to the chapter, and the third one goes back to the section.
3. There should be some links on the page to help visitors jump back and forth. Always put these links in the same format on all your pages so readers always know where to find them and how to use them.
4. Generally speaking, relative links should be used.
5. Use absolute paths when linking to files that are not directly related.
6. Make sure the optional link is clear and intuitive - use a title or an obviously relevant image to indicate what it contains. Don't make the name of a link the same as the link's URL; this increases the work for the reader.

<<:  VMware + Ubuntu18.04 Graphic Tutorial on Building Hadoop Cluster Environment

>>:  Using an image as a label, the for attribute does not work in IE

Recommend

How to use ssh tunnel to connect to mysql server

Preface In some cases, we only know the intranet ...

How to use jsonp in vue

Table of contents 1. Introduction 2. Installation...

How to draw a mind map in a mini program

Table of contents What is a mind map? How to draw...

JS+Canvas realizes dynamic clock effect

A dynamic clock demo based on Canvas is provided ...

Embed codes for several older players

The players we see on the web pages are nothing m...

Why not use UTF-8 encoding in MySQL?

MySQL UTF-8 encoding MySQL has supported UTF-8 si...

mysql: [ERROR] unknown option '--skip-grant-tables'

MySQL database reports ERROR 1045 (28000): Access...

HTML table markup tutorial (14): table header

<br />In HTML language, you can automaticall...

Detailed explanation of replace into example in mysql

Detailed explanation of replace into example in m...

Linux system dual network card binding configuration implementation

System version [root@ ~]# cat /etc/redhat-release...

Introduction to JavaScript Number and Math Objects

Table of contents 1. Number in JavaScript 2. Math...

How to install common components (mysql, redis) in Docker

Docker installs mysql docker search mysql Search ...