Current location - Quotes Website - Signature design - What is the html code of the link?
What is the html code of the link?
use

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