Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlanchorelement/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: skyclouds2001 <[email protected]>
  • Loading branch information
ShubhamOulkar and skyclouds2001 authored Jan 27, 2024
1 parent 50002a1 commit 10db844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlanchorelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _Inherits properties from its parent, {{domxref("HTMLElement")}}._
- {{domxref("HTMLAnchorElement.pathname")}}
- : A string containing an initial `'/'` followed by the path of the URL, not including the query string or fragment.
- {{domxref("HTMLAnchorElement.ping")}}
- : A space-separated list of URLs. When the link is followed, the browser will send POST requests with the body PING to the URLs.
- : A space-separated list of URLs. When the link is followed, the browser will send {{HTTPMethod("POST")}} requests with the body PING to the URLs.
- {{domxref("HTMLAnchorElement.port")}}
- : A string representing the port component, if any, of the referenced URL.
- {{domxref("HTMLAnchorElement.protocol")}}
Expand Down

0 comments on commit 10db844

Please sign in to comment.