Notify https://horje.com, when a user clicks on the link.
The ping
attribute specifies a list of URLs to be notified if the user follows the hyperlink.
When the user clicks on the hyperlink, the ping
attribute will send a short HTTP POST request to the specified URL.
This attribute is useful for monitoring/tracking.
The numbers in the table specify the first browser version that fully supports the attribute.
<a ping="URL">
Value | Description |
---|---|
URL | Specifies the URL to be notified if the user follows the hyperlink. Must be a space separated list of one or more valid URLs |
Example:
HTML
<a href="https://horje.com/" ping="https://horje.com/">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |