Application of anchor points in HTML

Application of anchor points in HTML
Set Anchor Point

<a name="top"></a>

Jump to the same page

<a href="#top">Back to top</a>

Jump to different pages

<a href="test.htm#top>Jump to the top of the test.htm page</a>

By the way, I have never known that mailto has the attribute added by the email subject.

A complete mailto syntax is like this <a href=mailto:[email protected]?subject=This is the subject of the email>Write to me</a>

<<:  Introduction to cloud native technology kubernetes (K8S)

>>:  Javascript uses the integrity attribute for security verification

Recommend

Summary of several key points about mysql init_connect

The role of init_connect init_connect is usually ...

Detailed explanation of MySQL date string timestamp conversion

The conversion between time, string and timestamp...

The concept of MySQL tablespace fragmentation and solutions to related problems

Table of contents background What is tablespace f...

The use of mysql unique key in query and related issues

1. Create table statement: CREATE TABLE `employee...

Encapsulate the navigation bar component with Vue

Preface: Fully encapsulating a functional module ...

Examples of using MySQL covering indexes

What is a covering index? Creating an index that ...

Detailed explanation of the execution plan explain command example in MySQL

Preface The explain command is the primary way to...

How to deeply understand React's ref attribute

Table of contents Overview 1. Creation of Refs ob...

MySQL Packet for query is too large problem and solution

Problem description: Error message: Caused by: co...

Deployment and configuration of Apache service under Linux

Table of contents 1 The role of Apache 2 Apache I...

Introduction to fork in multithreading under Linux

Table of contents Question: Case (1) fork before ...

Regarding the Chinese garbled characters in a href parameter transfer

When href is needed to pass parameters, and the p...

WeChat applet implements video player sending bullet screen

This article shares the specific code for WeChat ...