Writing: < a href = "url"> link text ; Application example:
The<a> tag defines hyperlinks used to link from one page to another.
The most important attribute of the<a> element is the href attribute, which indicates the target of the link.
Extended data:
use
Syntax: text displayed through links
For example: click here! & lt/a & gt; ;
The title attribute is used to display the text content of the attribute when the mouse rolls over the link text. This attribute plays a great role in the actual web development, mainly to facilitate the search engine to understand the content of the link address (semantic friendliness).
Reference: html- Baidu encyclopedia