From 10db8449ab39c51e7cef70fffe1ebde343a8dd40 Mon Sep 17 00:00:00 2001 From: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:03:13 +0530 Subject: [PATCH] Update files/en-us/web/api/htmlanchorelement/index.md Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> --- files/en-us/web/api/htmlanchorelement/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmlanchorelement/index.md b/files/en-us/web/api/htmlanchorelement/index.md index 76e5d06ef22c1ff..a6b7ea2939c767d 100644 --- a/files/en-us/web/api/htmlanchorelement/index.md +++ b/files/en-us/web/api/htmlanchorelement/index.md @@ -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")}}